Changeset 12088 for trunk/FACT++


Ignore:
Timestamp:
09/13/11 14:42:35 (13 years ago)
Author:
tbretz
Message:
Added commands and states to help output.
Location:
trunk/FACT++/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/datalogger.cc

    r12083 r12088  
    23952395        "will skip DIS_DNS/SERVICE_LIST.\n"
    23962396        << endl;
     2397
     2398    Main::PrintHelp<DataLogger>();
    23972399}
    23982400
  • trunk/FACT++/src/fadctrl.cc

    r11893 r12088  
    20802080void PrintHelp()
    20812081{
     2082    Main::PrintHelp<StateMachineFAD<StateMachine>>();
     2083
    20822084    /* Additional help text which is printed after the configuration
    20832085     options goes here */
  • trunk/FACT++/src/ftmctrl.cc

    r12038 r12088  
    25242524void PrintHelp()
    25252525{
     2526    Main::PrintHelp<StateMachineFTM<StateMachine, ConnectionFTM>>();
     2527
    25262528    /* Additional help text which is printed after the configuration
    25272529     options goes here */
  • trunk/FACT++/src/mcp.cc

    r11983 r12088  
    466466void PrintHelp()
    467467{
     468    Main::PrintHelp<StateMachineMCP>();
     469
    468470    /* Additional help text which is printed after the configuration
    469471     options goes here */
Note: See TracChangeset for help on using the changeset viewer.