Definition at line 59 of file LocalControl.h.
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";
bool PrintGeneralHelp(std::ostream &out, const std::string &name)