FACT++  1.0
void PrintHelp ( )

Definition at line 3127 of file drivectrl.cc.

Referenced by main().

3128 {
3129  Main::PrintHelp<StateMachineDrive<StateMachine,ConnectionDrive>>();
3130 
3131  /* Additional help text which is printed after the configuration
3132  options goes here */
3133 
3134  /*
3135  cout << "bla bla bla" << endl << endl;
3136  cout << endl;
3137  cout << "Environment:" << endl;
3138  cout << "environment" << endl;
3139  cout << endl;
3140  cout << "Examples:" << endl;
3141  cout << "test exam" << endl;
3142  cout << endl;
3143  cout << "Files:" << endl;
3144  cout << "files" << endl;
3145  cout << endl;
3146  */
3147 }

+ Here is the caller graph for this function: