Skyward boardcore
Loading...
Searching...
No Matches
RegistrySerializer.h File Reference
#include <utils/Debug.h>
#include <cstdint>
#include <cstring>
#include <functional>
#include <unordered_map>
#include <vector>
#include "RegistryTypes.h"
Include dependency graph for RegistrySerializer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Boardcore::RegistryHeader
 Serialization header, with useful information about the serialized data. Header to the actually serialized data. More...
 
struct  Boardcore::RegistryFooter
 Registry Footer, with checksum of the configuration data (not whole data). Placed at the end of the actually serialized data. More...
 
class  Boardcore::RegistrySerializer
 Serialization and de-serialization class for the registry. It does serialize and deserialize the configuration to the specified vector. More...
 

Namespaces

namespace  Boardcore
 Driver for the VN100S IMU.
 

Typedefs

using Boardcore::RegistryConfiguration = std::unordered_map< ConfigurationId, EntryStructsUnion >