RKH
|
Describes the state machine. More...
#include <rkhsm.h>
Data Fields | |
RKHROM RKH_ROM_T * | romrkh |
Points to constant parameters of state machine. | |
RKHROM RKH_ST_T * | state |
Points to current stable state (simple or final state). | |
Describes the state machine.
RKH_SM_T is not intended to be instantiated directly, but rather serves as the base structure for derivation of state machines in the application code. Also, is the base structure of active object structure RKH_SMA_T.