|
asrt
Automated System Runtime Testing library
|
Descriptor for a defined schema. More...
#include <stream.h>
Public Attributes | |
| uint32_t | count |
| Number of records in the list. | |
| uint8_t | field_count |
| Number of fields. | |
| enum asrt_strm_field_type_e * | fields |
| Allocated array of field type tags. | |
| struct asrt_stream_record * | first |
| Head of record linked list. | |
| struct asrt_stream_record * | last |
| Tail of record linked list. | |
| uint16_t | record_size |
| Sum of field wire sizes. | |
| uint8_t | schema_id |
| Schema ID as defined by the reactor. | |
Descriptor for a defined schema.