FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T>
bool
LocalControl
< T >::PrintCommands
(
)
inline
protected
Definition at line
75
of file
LocalControl.h
.
76
{
77
lout
<< endl <<
kBold
<<
"List of commands:"
<< endl;
78
fStateMachine
->
PrintListOfEvents
(
lout
);
79
lout
<< endl;
80
81
return
true
;
82
}
LocalControl::lout
std::ostream & lout
Definition:
LocalControl.h:46
LocalControl::fStateMachine
StateMachineImp * fStateMachine
Definition:
LocalControl.h:44
StateMachineImp::PrintListOfEvents
void PrintListOfEvents(std::ostream &out, const std::string &evt="")
Definition:
StateMachineImp.cc:402
kBold
Set attribute Bold.
Definition:
WindowLog.h:36
LocalControl
Generated on Sun Sep 18 2016 20:50:53 for FACT++ by
1.8.11