FACT++  1.0
void PrintHelp ( )

Definition at line 2816 of file ftmctrl.cc.

Referenced by main().

2817 {
2818  Main::PrintHelp<StateMachineFTM<StateMachine, ConnectionFTM>>();
2819 
2820  /* Additional help text which is printed after the configuration
2821  options goes here */
2822 
2823  /*
2824  cout << "bla bla bla" << endl << endl;
2825  cout << endl;
2826  cout << "Environment:" << endl;
2827  cout << "environment" << endl;
2828  cout << endl;
2829  cout << "Examples:" << endl;
2830  cout << "test exam" << endl;
2831  cout << endl;
2832  cout << "Files:" << endl;
2833  cout << "files" << endl;
2834  cout << endl;
2835  */
2836 }

+ Here is the caller graph for this function: