PublishQueuePosixRK
|
Structure to hold an event in RAM or in files. More...
#include <PublishQueuePosixRK.h>
Structure to hold an event in RAM or in files.
In RAM, this structure is stored in the ramQueue.
On the flash file system, each file contains one event and consists of the PublishQueueFileHeader above (8 bytes) plus this structure.
Note that the eventData is specified as 1 byte here, but it's actually sized to fit the event data with a null terminator.