RKH
|
Describes the exit point pseudostate. More...
#include <rkhsm.h>
Data Fields | |
RKH_BASE_T | base |
Maintains the basic information of state. | |
rui8_t | ix |
Index of exit point table. | |
RKHROM RKH_RSM_T * | parent |
Points to state's parent (referenced submachine). | |
Describes the exit point pseudostate.
An exit pseudostate is used to join an internal transition terminating on that exit point to an external transition emanating from that exit 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.