GenerateFsmAction

Call appropriate function for for the state.

Generate calls to functions of fsm based on st.

GenerateFsmAction
(
T
TEnum
)
(
ref T fsm
,
TEnum st
)

Parameters

fsm
Type: T

object with methods with prefix st_

st
Type: TEnum

current state

Meta