Skip to content

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

uint8_t SYN_ParamSlotHeader::_pad[8];

Padding to 16 bytes


variable crc

uint16_t SYN_ParamSlotHeader::crc;

CRC-16 over the data


variable data_size

uint16_t SYN_ParamSlotHeader::data_size;

Size of the parameter data


variable magic

uint16_t SYN_ParamSlotHeader::magic;

Magic number (SYN_PARAM_MAGIC)


variable seq

uint16_t SYN_ParamSlotHeader::seq;

Sequence number (higher = newer)



The documentation for this class was generated from the following file src/syntropic/storage/syn_param.h