|
virtual int | write (const char *data, int size) override |
| Write a string to the buffer.
|
|
virtual int | write (const char *data, int size)=0 |
| Write a string to the buffer.
|
|
virtual int | flush (void)=0 |
| Flushes the data written to the buffer.
|
|
|
int | offset |
|
char | buffer [80] |
|
◆ write()
virtual int RTStreamBuffer::write |
( |
const char * |
data, |
|
|
int |
size |
|
) |
| |
|
overridevirtual |
Write a string to the buffer.
- Parameters
-
[in] | data | A string to write to the buffer. |
[in] | size | The size of the string to write to the buffer. |
- Returns
- The number of bytes written to the buffer
Implements RTOBuffer.
The documentation for this class was generated from the following file: