PublishQueuePosixRK
|
Structure stored before the event data in files on the flash file system. More...
#include <PublishQueuePosixRK.h>
Data Fields | |
uint32_t | magic |
PublishQueuePosix::FILE_MAGIC = 0x31b67663. | |
uint8_t | version |
PublishQueuePosix::FILE_VERSION = 1. | |
uint8_t | headerSize |
sizeof(PublishQueueFileHeader) = 8 | |
uint16_t | nameLen |
sizeof(PublishQueueEvent::eventName) = 64 | |
Structure stored before the event data in files on the flash file system.
Each file is sequentially numbered and has one event. The contents of the file are this header (8 bytes) followed by the PublishQueueEvent structure, which is variably sized based on the size of the event.