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

Definition at line 59 of file LocalControl.h.

60  {
62  lout << " " << kUnderline << "Specific commands:" << endl;
63  lout << kBold << " ac,allowed " << kReset << "Display a list of all currently allowed commands." << endl;
64  lout << kBold << " st,states " << kReset << "Display a list of the available states with description." << endl;
65  lout << kBold << " > <text> " << kReset << "Echo <text> to the output stream" << endl;
66  lout << kBold << " .s " << kReset << "Wait for the state-machine to change to the given state.\n";
67  lout << " " " .s <server> [<state> [<timeout> [<label>]]]\n";
68  lout << " " "<server> The server for which state to wait (e.g. FTM_CONTROL)\n";
69  lout << " " "<state> The state id (see 'states') for which to wait (e.g. 3)\n";
70  lout << " " "<imeout> A timeout in millisenconds how long to wait (e.g. 500)\n";
71  lout << " " "<label> A label until which everything is skipped in case of timeout\n";
72  lout << endl;
73  return true;
74  }
bool PrintGeneralHelp(std::ostream &out, const std::string &name)
std::ostream & lout
Definition: LocalControl.h:46
Set attribute Underline.
Definition: WindowLog.h:32
Reset all attributes.
Definition: WindowLog.h:29
Set attribute Bold.
Definition: WindowLog.h:36