|
|
data type for state machine description More...
Data Fields | |
os_list1_t | list_chain |
os_sm_handler_t * | handlers |
table of pointers to functions that handle events (handlers) in each state | |
int | state |
current state | |
int | states_nb |
number of states | |
os_ring_buffer_ev_t | ev_queue |
queue that stores incomming events | |
void * | xdata |
extra data for user |
data type for state machine description
brief field for chaining in state machine manager on active state machines list