|
asrt
Automated System Runtime Testing library
|
Controller-side stream server (ASRT_STRM channel). More...
#include <stream.h>
Public Attributes | |
| struct asrt_allocator | alloc |
| struct asrt_u8d2msg | err_msg |
| struct asrt_stream_schema * | lookup [ASRT_STREAM_MAX_SCHEMAS] |
| Internal lookup by ID. | |
| struct asrt_node | node |
Controller-side stream server (ASRT_STRM channel).
Receives DEFINE messages to register schemas and DATA messages carrying raw records. Records are stored in per-schema linked lists and handed out to the user via take semantics.
Typical lifecycle: