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

Definition at line 122 of file StateMachineImp.h.

References kSM_NotReady, Run(), and SetCurrentState().

122 { SetCurrentState(kSM_NotReady, "set manually"); }
Mainloop not running, state machine stopped.
virtual std::string SetCurrentState(int state, const char *txt="", const std::string &cmd="")

+ Here is the call graph for this function: