Changeset 15002
- Timestamp:
- 03/09/13 13:41:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/dimctrl.cc
r14736 r15002 47 47 { 48 48 cout << 49 "The feedback control the BIAS voltages based on the calibration signal.\n"49 "The dim control is a central master for the dim network.\n" 50 50 "\n" 51 "The default is that the program is started without user intercation. " 52 "All actions are supposed to arrive as DimCommands. Using the -c " 53 "option, a local shell can be initialized. With h or help a short " 54 "help message about the usuage can be brought to the screen.\n" 51 "The program can be started as a dim server, so that it is visible " 52 "in the dm network to other clients. If started as a client, it can " 53 "only interact passively with the dim network. The usual case should " 54 "be to have one server running and control it from a dimctrl started " 55 "as client.\n" 55 56 "\n" 56 "Usage: feedback [-c type] [OPTIONS]\n"57 " or: feedback[OPTIONS]\n";57 "Usage: dimctrl [--server|-c type] [OPTIONS]\n" 58 " or: dimctrl [OPTIONS]\n"; 58 59 cout << endl; 59 60 }
Note:
See TracChangeset
for help on using the changeset viewer.