FACT++  1.0
template<class T>
bool RemoteControl< T >::PrintGeneralHelp ( )
inline

Definition at line 376 of file RemoteControl.h.

377  {
379  lout << " " << kUnderline << "Specific commands:\n";
380  lout << kBold << " h,help <arg> " << kReset << "List help text for given server or command.\n";
381  lout << kBold << " svc,services " << kReset << "List all services in the network.\n";
382  lout << kBold << " st,states " << kReset << "List all states in the network.\n";
383  lout << kBold << " > <text> " << kReset << "Echo <text> to the output stream\n";
384  lout << kBold << " .s " << kReset << "Wait for the state-machine to change to the given state.\n";
385  lout << " " " .s <server> [<state> [<timeout> [<label>]]]\n";
386  lout << " " "<server> The server for which state to wait (e.g. FTM_CONTROL)\n";
387  lout << " " "<state> The state id (see 'states') for which to wait (e.g. 3)\n";
388  lout << " " "<imeout> A timeout in millisenconds how long to wait (e.g. 500)\n";
389  lout << " " "<label> A label (number) until which everything is skipped in case of timeout\n";
390  lout << kBold << " .js file " << kReset << "Execute a JavaScript\n";
392  lout << kBold << " .java " << kReset << "Start JavaScript interpreter\n";
393  lout << endl;
394  return true;
395  }
bool PrintGeneralHelp(std::ostream &out, const std::string &name)
Set attribute Underline.
Definition: WindowLog.h:32
std::ostream & lout
Output stream for local synchrounous output.
Definition: RemoteControl.h:26
Reset all attributes.
Definition: WindowLog.h:29
Set attribute Bold.
Definition: WindowLog.h:36