RKH
|
Describes the entry point pseudostate. More...
#include <rkhsm.h>
Data Fields | |
RKH_BASE_T | base |
Maintains the basic information of state. | |
RKHROM RKH_ENPCN_T * | enpcn |
Points to entry point connection. | |
RKHROM RKH_ST_T * | parent |
Points to state's parent (submachine state). | |
Describes the entry point pseudostate.
An entry pseudostate is used to join an external transition terminating on that entry point to an internal transition emanating from that entry point. The main purpose of such entry and exit points is to execute the state entry and exit actions respectively in between the actions that are associated with the joined transitions.