FACT++  1.0
bool StateMachineImp::PostEvent ( const std::string &  evt)
inline

Definition at line 139 of file StateMachineImp.h.

References FindEvent(), HasEvent(), and PostEvent().

Referenced by PostEvent().

139 { return PostEvent(std::cout, evt); }
bool PostEvent(std::ostream &lout, const std::string &str)
Post an event to the event queue.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: