Struct SYN_ParamSlotHeader¶
ClassList > SYN_ParamSlotHeader
Slot header — stored at the beginning of each parameter slot.
#include <syn_param.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | _pad |
| uint16_t | crc |
| uint16_t | data_size |
| uint16_t | magic |
| uint16_t | seq |
Public Attributes Documentation¶
variable _pad¶
Padding to 16 bytes
variable crc¶
CRC-16 over the data
variable data_size¶
Size of the parameter data
variable magic¶
Magic number (SYN_PARAM_MAGIC)
variable seq¶
Sequence number (higher = newer)
The documentation for this class was generated from the following file src/syntropic/storage/syn_param.h