FACT++  1.0
void PrintHelp ( )

Definition at line 540 of file gpsctrl.cc.

Referenced by main().

541 {
542 // Main::PrintHelp<StateMachineFTM<StateMachine, ConnectionFTM>>();
543 
544  /* Additional help text which is printed after the configuration
545  options goes here */
546 
547  /*
548  cout << "bla bla bla" << endl << endl;
549  cout << endl;
550  cout << "Environment:" << endl;
551  cout << "environment" << endl;
552  cout << endl;
553  cout << "Examples:" << endl;
554  cout << "test exam" << endl;
555  cout << endl;
556  cout << "Files:" << endl;
557  cout << "files" << endl;
558  cout << endl;
559  */
560 }

+ Here is the caller graph for this function: