COSA
An Object-Oriented Platform for Arduino Programming
|
This is the complete list of members for Registry, including all inherited members.
ACTION enum value | Registry | |
action_P typedef | Registry | |
APPL enum value | Registry | |
apply(const uint8_t *path, size_t count, void *buf, size_t len) | Registry | inline |
BLOB enum value | Registry | |
blob_P typedef | Registry | |
get_length(item_list_P list) | Registry | inlinestatic |
get_name(item_P item) | Registry | inlinestatic |
get_storage(item_P item) | Registry | inlinestatic |
get_type(item_P item) | Registry | inlinestatic |
get_value(blob_P blob, void *buf, size_t len) | Registry | |
get_value(blob_P blob, T *value) | Registry | inline |
IN_EEMEM enum value | Registry | |
IN_PROGMEM enum value | Registry | |
IN_SRAM enum value | Registry | |
is_readonly(item_P item) | Registry | inlinestatic |
ITEM enum value | Registry | |
ITEM_LIST enum value | Registry | |
item_list_P typedef | Registry | |
item_P typedef | Registry | |
item_vec_P typedef | Registry | |
lookup(const uint8_t *path=NULL, size_t count=0) | Registry | |
PATH_MAX | Registry | static |
print(IOStream &outs, const uint8_t *path, size_t count) | Registry | |
READONLY | Registry | static |
Registry(item_list_P root, EEPROM::Device *eeprom=NULL) | Registry | inline |
run(action_P action, void *buf, size_t size) | Registry | static |
set_value(blob_P blob, const void *buf, size_t len) | Registry | |
set_value(blob_P blob, const T *value) | Registry | inline |
STORAGE_MASK | Registry | static |
storage_t enum name | Registry | |
to_action(item_P item) | Registry | inlinestatic |
to_blob(item_P item) | Registry | inlinestatic |
to_list(item_P item) | Registry | inlinestatic |
type_t enum name | Registry |