|
roo_prefs
API Documentation for roo_prefs
|
#include "roo_prefs/status.h"Go to the source code of this file.
Namespaces | |
| namespace | roo_prefs |
Similar to Pref<T>, but does not immediately store written data in persistent storage. Instead, writes with a delay, which depends on whether the data stabilized or keeps changing. | |
Functions | |
| const char * | roo_prefs::ReadResultToString (ReadResult result) |
| const char * | roo_prefs::WriteResultToString (WriteResult result) |
| const char * | roo_prefs::ClearResultToString (ClearResult result) |
| roo_logging::Stream & | roo_prefs::operator<< (roo_logging::Stream &os, ReadResult result) |
| roo_logging::Stream & | roo_prefs::operator<< (roo_logging::Stream &os, WriteResult result) |
| roo_logging::Stream & | roo_prefs::operator<< (roo_logging::Stream &os, ClearResult result) |