37 [[nodiscard]]
bool start()
override;
38 bool load(std::vector<uint8_t>& buf)
override;
39 bool save(std::vector<uint8_t>& buf)
override;
bool start() override
Starts the backend, eventually used in backends that need to start classes and other things e....
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.
FileBackend(std::string path)
Registry Backend class used to save and load data to the designated storage/memory.
This file includes all the types the logdecoder script will decode.