PureFSM
pure::transition_table< Ts > Struct Template Reference

Determines the behaviour of an FSM. More...

Detailed Description

template<typename... Ts>
struct pure::transition_table< Ts >

Determines the behaviour of an FSM.

Transition table contains transitions between State Machine states. The first state in the first transition (first column) of a table will be chosen as a beginning state.


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