FACT++  1.0
void PrintHelp ( )

Definition at line 373 of file pfminictrl.cc.

Referenced by main().

374 {
375 // Main::PrintHelp<StateMachineFTM<StateMachine, ConnectionFTM>>();
376 
377  /* Additional help text which is printed after the configuration
378  options goes here */
379 
380  /*
381  cout << "bla bla bla" << endl << endl;
382  cout << endl;
383  cout << "Environment:" << endl;
384  cout << "environment" << endl;
385  cout << endl;
386  cout << "Examples:" << endl;
387  cout << "test exam" << endl;
388  cout << endl;
389  cout << "Files:" << endl;
390  cout << "files" << endl;
391  cout << endl;
392  */
393 }

+ Here is the caller graph for this function: