COSA
An Object-Oriented Platform for Arduino Programming
Registry::item_t Struct Reference

#include <Registry.hh>

Collaboration diagram for Registry::item_t:
Collaboration graph

Public Attributes

type_t type
 Item type tag(ITEM). More...
 
str_P name
 Name string in program memory. More...
 
uint8_t attr
 Attributes. More...
 

Detailed Description

Registry item structure.

Definition at line 67 of file Registry.hh.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: