asrt
Automated System Runtime Testing library
Loading...
Searching...
No Matches
asrt_stream_schema Struct Reference

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_recordfirst
 Head of record linked list.
 
struct asrt_stream_recordlast
 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.
 

Detailed Description

Descriptor for a defined schema.


The documentation for this struct was generated from the following file: