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";
bool PrintGeneralHelp(std::ostream &out, const std::string &name)
std::ostream & lout
Output stream for local synchrounous output.