FACT++  1.0
void PrintHelp ( )

Definition at line 926 of file fscctrl.cc.

Referenced by main().

927 {
928  Main::PrintHelp<StateMachineFSC<StateMachine, ConnectionFSC>>();
929 
930  /* Additional help text which is printed after the configuration
931  options goes here */
932 
933  /*
934  cout << "bla bla bla" << endl << endl;
935  cout << endl;
936  cout << "Environment:" << endl;
937  cout << "environment" << endl;
938  cout << endl;
939  cout << "Examples:" << endl;
940  cout << "test exam" << endl;
941  cout << endl;
942  cout << "Files:" << endl;
943  cout << "files" << endl;
944  cout << endl;
945  */
946 }

+ Here is the caller graph for this function: