#include <utils/Debug.h>
#include <cstdint>
#include <cstring>
#include <functional>
#include <unordered_map>
#include <vector>
#include "RegistryTypes.h"
Go to the source code of this file.
|
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...
|
|
|
namespace | Boardcore |
| This file includes all the types the logdecoder script will decode.
|
|