Skyward boardcore
Loading...
Searching...
No Matches
Boardcore::RegistryHeader Struct Reference

Serialization header, with useful information about the serialized data. Header to the actually serialized data. More...

#include <RegistrySerializer.h>

Public Attributes

uint64_t startBytes
 Bytes at start, initialized as 1.
 
uint32_t totalSize
 Total size of serialized data in bytes.
 
uint32_t nrEntries
 Nr of configuration entries.
 

Detailed Description

Serialization header, with useful information about the serialized data. Header to the actually serialized data.

Definition at line 44 of file RegistrySerializer.h.

Member Data Documentation

◆ nrEntries

uint32_t Boardcore::RegistryHeader::nrEntries

Nr of configuration entries.

Definition at line 48 of file RegistrySerializer.h.

◆ startBytes

uint64_t Boardcore::RegistryHeader::startBytes

Bytes at start, initialized as 1.

Definition at line 46 of file RegistrySerializer.h.

◆ totalSize

uint32_t Boardcore::RegistryHeader::totalSize

Total size of serialized data in bytes.

Definition at line 47 of file RegistrySerializer.h.


The documentation for this struct was generated from the following file: