FACT++  1.0
void PrintUsage ( )

Definition at line 525 of file gpsctrl.cc.

Referenced by main().

526 {
527  cout <<
528  "The gpsctrl is an interface to the GPS hardware.\n"
529  "\n"
530  "The default is that the program is started without user intercation. "
531  "All actions are supposed to arrive as DimCommands. Using the -c "
532  "option, a local shell can be initialized. With h or help a short "
533  "help message about the usuage can be brought to the screen.\n"
534  "\n"
535  "Usage: gpsctrl [-c type] [OPTIONS]\n"
536  " or: gpsctrl [OPTIONS]\n";
537  cout << endl;
538 }

+ Here is the caller graph for this function: