FACT++  1.0
void PrintUsage ( )

Definition at line 627 of file mcp.cc.

Referenced by main().

628 {
629  cout <<
630  "The ftmctrl controls the FSC (FACT Slow Control) board.\n"
631  "\n"
632  "The default is that the program is started without user intercation. "
633  "All actions are supposed to arrive as DimCommands. Using the -c "
634  "option, a local shell can be initialized. With h or help a short "
635  "help message about the usuage can be brought to the screen.\n"
636  "\n"
637  "Usage: fscctrl [-c type] [OPTIONS]\n"
638  " or: fscctrl [OPTIONS]\n";
639  cout << endl;
640 }

+ Here is the caller graph for this function: