FACT++  1.0
void PrintHelp ( )

Definition at line 477 of file sqmctrl.cc.

Referenced by main().

478 {
479 // Main::PrintHelp<StateMachineFTM<StateMachine, ConnectionFTM>>();
480 
481  /* Additional help text which is printed after the configuration
482  options goes here */
483 
484  /*
485  cout << "bla bla bla" << endl << endl;
486  cout << endl;
487  cout << "Environment:" << endl;
488  cout << "environment" << endl;
489  cout << endl;
490  cout << "Examples:" << endl;
491  cout << "test exam" << endl;
492  cout << endl;
493  cout << "Files:" << endl;
494  cout << "files" << endl;
495  cout << endl;
496  */
497 }

+ Here is the caller graph for this function: