R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
Circular array backed fixed size buffer for data entities. More...
#include <R_RTOS_inc.h>
Data Fields | |
CData | data |
Data stored within the message. | |
PartID | pubID |
PartiID of the publisher. | |
DataType | dataType |
Type of the given data. | |
DataSize | dataSize |
size of the data in the message | |
Circular array backed fixed size buffer for data entities.
Data is stored alongside the PartiID of the publisher, its size and the type the data. The Data in a queue is stored as a circular buffer.
Benefits of this method include: