os_state_machine_s Struct Reference

data type for state machine description More...

Data Fields

os_list1_t list_chain
 field for chaining in state machine manager on active state machines list
os_sm_handler_thandlers
 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

Detailed Description

data type for state machine description


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