FACT++
1.0
|
void StateMachineImp::PrintListOfAllowedEvents | ( | std::ostream & | out | ) |
Call for each event in fListEvents its Print function with the given stream if it is an allowed event in the current state.
out | ostream to which the output should be redirected |
Definition at line 420 of file StateMachineImp.cc.
References fCurrentState, fListOfEvents, and fMutexEvt.
Referenced by LocalControl< ConsoleStream >::Process().