RKH
|
Describes the state transition. More...
#include <rkhsm.h>
Data Fields | |
RKH_SIG_T | event |
Triggering event. | |
RKH_GUARD_T | guard |
Points to guard function. | |
RKH_TRN_ACT_T | action |
Points to transition action. | |
RKHROM void * | target |
Points to target state. | |
Describes the state transition.
Transitions represent the response of a state machine to events. Any event that is not explicitly listed as causing an event to occur in a given state is quietly discarded should it occur.