Changeset 13179 for trunk/FACT++
- Timestamp:
- 03/22/12 21:02:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/LocalControl.h
r12955 r13179 64 64 lout << kBold << " st,states " << kReset << "Display a list of the available states with description." << endl; 65 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." << endl; 67 lout << " " " .s <state> [<timeout>]" << endl; 68 lout << " " "<state> The state id (see 'states') for which to wait (e.g. 3)" << endl; 69 lout << " " "<imeout> A timeout in millisenconds how long to wait (e.g. 500)" << 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"; 70 72 lout << endl; 71 73 return true;
Note:
See TracChangeset
for help on using the changeset viewer.