FACT++  1.0
void PrintHelp ( )

Definition at line 707 of file lidctrl.cc.

Referenced by main().

708 {
709 // Main::PrintHelp<StateMachineFTM<StateMachine, ConnectionFTM>>();
710 
711  /* Additional help text which is printed after the configuration
712  options goes here */
713 
714  /*
715  cout << "bla bla bla" << endl << endl;
716  cout << endl;
717  cout << "Environment:" << endl;
718  cout << "environment" << endl;
719  cout << endl;
720  cout << "Examples:" << endl;
721  cout << "test exam" << endl;
722  cout << endl;
723  cout << "Files:" << endl;
724  cout << "files" << endl;
725  cout << endl;
726  */
727 }

+ Here is the caller graph for this function: