REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
user.h
Go to the documentation of this file.
26 struct PermanentUserDefinedStuff : nvmconfig::PersistentSettings, utils::HeapSingleton<PermanentUserDefinedStuff> {
Define singletons which are not static-space allocated (and thus consume valuable ICTM space).
Definition singleton.h:46
Definition persistent.h:13
Permanent untyped arbitrary information which a device user wants to store.
Definition user.h:26
void clear()
Clear local memory in order to save RAM if an object is not needed during runtime but only at startup...
Definition user.h:32
void fromJson(JsonObjectConst src, Context c=Context::Flash) override
Definition user.h:33
void toJson(JsonObject target, Context c=Context::Flash) const override
Definition user.h:38
Definition persistent.h:28