FACT++  1.0
void StateMachineImp::SetReady ( )
inline

Definition at line 121 of file StateMachineImp.h.

References kSM_Ready, and SetCurrentState().

121 { SetCurrentState(kSM_Ready, "set manually"); }
Mainloop running, state machine in operation.
virtual std::string SetCurrentState(int state, const char *txt="", const std::string &cmd="")

+ Here is the call graph for this function: