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 T

object with methods with prefix st_

st TEnum

current state

Meta