FACT++
1.0
|
bool StateMachineImp::PostEvent | ( | std::ostream & | lout, |
const std::string & | str | ||
) |
Post an event to the event queue.
With this function commands are posted to the event queue. The data is not given as binary data but as a string instead. It is converted according to the format of the corresponding event and an event is posted to the queue if successfull.
lout | Stream to which output should be redirected event should be for. |
str | Command with data, e.g. "COMMAND 1 2 3 4 5 test" |
Definition at line 211 of file StateMachineImp.cc.
References FindEvent(), fName, EventImp::GetFormat(), Converter::GetVector(), kBlue, and kRed.
Referenced by StateMachineDim::commandHandler(), EnableBuffer(), StateMachineDim::infoHandler(), PostEvent(), and LocalControl< ConsoleStream >::Process().