FACT++  1.0
void PrintUsage ( )

Definition at line 1384 of file feedback.cc.

Referenced by main().

1385 {
1386  cout <<
1387  "The feedback control the BIAS voltages based on the calibration signal.\n"
1388  "\n"
1389  "The default is that the program is started without user intercation. "
1390  "All actions are supposed to arrive as DimCommands. Using the -c "
1391  "option, a local shell can be initialized. With h or help a short "
1392  "help message about the usuage can be brought to the screen.\n"
1393  "\n"
1394  "Usage: feedback [-c type] [OPTIONS]\n"
1395  " or: feedback [OPTIONS]\n";
1396  cout << endl;
1397 }

+ Here is the caller graph for this function: