COSA
An Object-Oriented Platform for Arduino Programming
|
#include <Registry.hh>
Public Attributes | |
item_t | item |
Item header(>= BLOB). More... | |
void * | value |
Pointer to value. More... | |
size_t | size |
Size of object. More... | |
Registry binary object variable. Mappning between registry and application data.
Definition at line 257 of file Registry.hh.
item_t Registry::blob_t::item |
Item header(>= BLOB).
Definition at line 258 of file Registry.hh.
size_t Registry::blob_t::size |
Size of object.
Definition at line 260 of file Registry.hh.
void* Registry::blob_t::value |
Pointer to value.
Definition at line 259 of file Registry.hh.