FACT++  1.0
void PrintHelp ( )

Definition at line 497 of file magicweather.cc.

Referenced by main().

498 {
499 // Main::PrintHelp<StateMachineFTM<StateMachine, ConnectionFTM>>();
500 
501  /* Additional help text which is printed after the configuration
502  options goes here */
503 
504  /*
505  cout << "bla bla bla" << endl << endl;
506  cout << endl;
507  cout << "Environment:" << endl;
508  cout << "environment" << endl;
509  cout << endl;
510  cout << "Examples:" << endl;
511  cout << "test exam" << endl;
512  cout << endl;
513  cout << "Files:" << endl;
514  cout << "files" << endl;
515  cout << endl;
516  */
517 }

+ Here is the caller graph for this function: