Skyward boardcore
|
Dummy no-op backend. More...
#include <RegistryBackend.h>
Public Member Functions | |
bool | start () override |
Starts the backend, eventually used in backends that need to start classes and other things e.g. an ActiveObject. | |
bool | load (std::vector< uint8_t > &buf) override |
Loads into the buffer the saved configuration from the storage/memory. | |
bool | save (std::vector< uint8_t > &buf) override |
Saves the data in the buf to the storage/memory. | |
Dummy no-op backend.
Definition at line 71 of file RegistryBackend.h.
|
inlineoverridevirtual |
Loads into the buffer the saved configuration from the storage/memory.
buf | The buffer where the data will be loaded from the storage/memory if any is saved. |
Implements Boardcore::RegistryBackend.
Definition at line 76 of file RegistryBackend.h.
|
inlineoverridevirtual |
Saves the data in the buf to the storage/memory.
buf | The buf vector with the data to be saved. |
Implements Boardcore::RegistryBackend.
Definition at line 78 of file RegistryBackend.h.
|
inlineoverridevirtual |
Starts the backend, eventually used in backends that need to start classes and other things e.g. an ActiveObject.
Implements Boardcore::RegistryBackend.
Definition at line 74 of file RegistryBackend.h.