Lines Matching refs:ModuleStates
34 ModuleStates::ModuleStates(const State &defaultState, const std::string &name, const std::string &threadName)
42 ModuleStates::~ModuleStates()
53 StateActions& ModuleStates::ForState(const State &s)
69 StateActions& ModuleStates::ForState(int simpleState)
74 StateGroup& ModuleStates::FromState(int simpleStateStart, int simpleStateEnd)
84 void ModuleStates::ToState(std::map<State, StateActions*>::iterator &nextIt)
104 void ModuleStates::OnTimerEvent(TimerEvent &info)
110 int ModuleStates::HandleMsg(const StateMsg &msg)
146 void ModuleStates::ResetTimerDelay()
164 State ModuleStates::CurrState() const
173 bool ModuleStates::IsStatesInitSucc() const