FACT++  1.0
template<class T>
bool LocalControl< T >::PrintCommands ( )
inlineprotected

Definition at line 75 of file LocalControl.h.

76  {
77  lout << endl << kBold << "List of commands:" << endl;
79  lout << endl;
80 
81  return true;
82  }
std::ostream & lout
Definition: LocalControl.h:46
StateMachineImp * fStateMachine
Definition: LocalControl.h:44
void PrintListOfEvents(std::ostream &out, const std::string &evt="")
Set attribute Bold.
Definition: WindowLog.h:36