Definition at line 145 of file StateMachineDimControl.cc.
References EventImp::GetString(), and str.
Referenced by StateMachineDimControl().
150 string str = evt.GetString();
152 const size_t p = str.find_last_of(
'\n');
158 Warn(
"Interrupt request received ["+str+
"]... but no running script.");
162 Info(
"Interrupt request received ["+str+
"]");
int GetCurrentState() const
return the current state of the machine
std::function< int(const EventImp &)> fInterruptHandler
int Warn(const std::string &str)
int Info(const std::string &str)