Struct SYN_FSM_Transition¶
ClassList > SYN_FSM_Transition
Transition descriptor — (from, event) → to, with optional guard/action.
#include <syn_fsm.h>
Public Attributes¶
| Type | Name |
|---|---|
| SYN_FSM_Action | action |
| SYN_FSM_Event | event |
| SYN_FSM_State | from |
| SYN_FSM_Guard | guard |
| SYN_FSM_State | to |
Public Attributes Documentation¶
variable action¶
Transition action (NULL = none)
variable event¶
Triggering event
variable from¶
Source state
variable guard¶
Guard function (NULL = always allow)
variable to¶
Destination state
The documentation for this class was generated from the following file src/syntropic/util/syn_fsm.h