FACT++  1.0
void PrintUsage ( )

Definition at line 540 of file agilentctrl.cc.

Referenced by main().

541 {
542  cout <<
543  "The agilentctrl controls the FACT Agilent power supplies.\n\n"
544  "\n"
545  "The default is that the program is started without user intercation. "
546  "All actions are supposed to arrive as DimCommands. Using the -c "
547  "option, a local shell can be initialized. With h or help a short "
548  "help message about the usuage can be brought to the screen.\n"
549  "\n"
550  "Usage: agilentctrl [-c type] [OPTIONS] mode\n"
551  " or: agilentctrl [OPTIONS] mode\n";
552  cout << endl;
553 }

+ Here is the caller graph for this function: