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

Go to the source code of this file.

Classes

class  Boardcore::RegistryFrontend
 This is the front-end for the registry to store and load the configuration. Its methods are type unsafe since the type is determined by the entry setted. It does check the data types but its job is mainly the one of get and set for the given ConfigurationId, the value of the entry. It also exposes methods for go into a "safe" state during armed state / flight. Finally there are methods to visit the entire configuration (forEach). More...
 

Namespaces

namespace  Boardcore
 This file includes all the types the logdecoder script will decode.