|
COSA
An Object-Oriented Platform for Arduino Programming
|
#include <Registry.hh>

Public Attributes | |
| type_t | type |
| Item type tag(ITEM). More... | |
| str_P | name |
| Name string in program memory. More... | |
| uint8_t | attr |
| Attributes. More... | |
Registry item structure.
Definition at line 67 of file Registry.hh.
| uint8_t Registry::item_t::attr |
Attributes.
Definition at line 70 of file Registry.hh.
| str_P Registry::item_t::name |
Name string in program memory.
Definition at line 69 of file Registry.hh.
| type_t Registry::item_t::type |
Item type tag(ITEM).
Definition at line 68 of file Registry.hh.