FACT++  1.0
void PrintUsage ( )

Definition at line 2801 of file ftmctrl.cc.

Referenced by main().

2802 {
2803  cout <<
2804  "The ftmctrl controls the FTM (FACT Trigger Master) board.\n"
2805  "\n"
2806  "The default is that the program is started without user intercation. "
2807  "All actions are supposed to arrive as DimCommands. Using the -c "
2808  "option, a local shell can be initialized. With h or help a short "
2809  "help message about the usuage can be brought to the screen.\n"
2810  "\n"
2811  "Usage: ftmctrl [-c type] [OPTIONS]\n"
2812  " or: ftmctrl [OPTIONS]\n";
2813  cout << endl;
2814 }

+ Here is the caller graph for this function: