FACT++  1.0
void PrintHelp ( )

Definition at line 1672 of file cosyctrl.cc.

Referenced by main().

1673 {
1674  Main::PrintHelp<StateMachineDrive<StateMachine,ConnectionDrive>>();
1675 
1676  /* Additional help text which is printed after the configuration
1677  options goes here */
1678 
1679  /*
1680  cout << "bla bla bla" << endl << endl;
1681  cout << endl;
1682  cout << "Environment:" << endl;
1683  cout << "environment" << endl;
1684  cout << endl;
1685  cout << "Examples:" << endl;
1686  cout << "test exam" << endl;
1687  cout << endl;
1688  cout << "Files:" << endl;
1689  cout << "files" << endl;
1690  cout << endl;
1691  */
1692 }

+ Here is the caller graph for this function: