RKH
RKH_TR_T Struct Reference

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.
 

Detailed Description

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.

Definition at line 2032 of file rkhsm.h.


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