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

#include <Registry.hh>

Collaboration diagram for Registry::action_t:
Collaboration graph

Public Attributes

item_t item
 Item header(ACTION). More...
 
Actionobj
 Pointer to action handler instance. More...
 

Detailed Description

Registry action item.

Definition at line 220 of file Registry.hh.

Member Data Documentation

item_t Registry::action_t::item

Item header(ACTION).

Definition at line 221 of file Registry.hh.

Action* Registry::action_t::obj

Pointer to action handler instance.

Definition at line 222 of file Registry.hh.


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