FACT++  1.0
void PrintHelp ( )

Definition at line 961 of file ratecontrol.cc.

Referenced by main().

962 {
963  Main::PrintHelp<StateMachineRateControl>();
964 
965  /* Additional help text which is printed after the configuration
966  options goes here */
967 
968  /*
969  cout << "bla bla bla" << endl << endl;
970  cout << endl;
971  cout << "Environment:" << endl;
972  cout << "environment" << endl;
973  cout << endl;
974  cout << "Examples:" << endl;
975  cout << "test exam" << endl;
976  cout << endl;
977  cout << "Files:" << endl;
978  cout << "files" << endl;
979  cout << endl;
980  */
981 }

+ Here is the caller graph for this function: