1 #ifndef FACT_StateMachine 2 #define FACT_StateMachine A general base-class describing events issues in a state machine.
Base class for a state machine implementation.
Class for a state machine implementation just on the console.
bool ProcessCommand(const std::string &str, const char *ptr, size_t siz)
StateMachine(std::ostream &out, const std::string &name="")
EventImp * CreateEvent(const std::string &name, const std::string &fmt)
bool ProcessCommand(const std::string &str)