|
cosc 0.1.0
OSC library for C99 or C++11.
|
Used to manage the levels of a serial. More...
#include <cosc.h>
Public Attributes | |
| cosc_int32 | type |
| The level type. | |
| cosc_int32 | start |
| The buffer byte offset of the level start. | |
| cosc_int32 | size_max |
| The level max size. | |
| cosc_int32 | size |
| The number of written or read bytes. | |
| cosc_int32 | ttstart |
| The buffer byte offset of the typetag start. | |
| cosc_int32 | ttend |
| The buffer byte offset of the typetag end, including it's zero terminator and pad zero bytes (i.e where the data payload starts). | |
| cosc_int32 | ttindex |
| The current index in the typetag. | |
Used to manage the levels of a serial.
| cosc_int32 cosc_level::size_max |
The level max size.
| cosc_int32 cosc_level::ttend |
The buffer byte offset of the typetag end, including it's zero terminator and pad zero bytes (i.e where the data payload starts).
| cosc_int32 cosc_level::ttindex |
The current index in the typetag.
| cosc_int32 cosc_level::ttstart |
The buffer byte offset of the typetag start.