FACT++  1.0
bool StateMachineImp::IsQueueEmpty ( ) const
inline

Definition at line 147 of file StateMachineImp.h.

References GetEventNames(), GetStateIndex(), GetStateName(), HasState(), PrintListOfAllowedEvents(), PrintListOfEvents(), and PrintListOfStates().

Referenced by Run().

147 { return fEventQueue.empty(); }
std::list< std::shared_ptr< Event > > fEventQueue
List of available commands as setup by user.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: