FACT++  1.0
void PrintHelp ( )

Definition at line 506 of file magiclidar.cc.

Referenced by main().

507 {
508 // Main::PrintHelp<StateMachineFTM<StateMachine, ConnectionFTM>>();
509 
510  /* Additional help text which is printed after the configuration
511  options goes here */
512 
513  /*
514  cout << "bla bla bla" << endl << endl;
515  cout << endl;
516  cout << "Environment:" << endl;
517  cout << "environment" << endl;
518  cout << endl;
519  cout << "Examples:" << endl;
520  cout << "test exam" << endl;
521  cout << endl;
522  cout << "Files:" << endl;
523  cout << "files" << endl;
524  cout << endl;
525  */
526 }

+ Here is the caller graph for this function: