Changeset 13712 for trunk/FACT++


Ignore:
Timestamp:
05/14/12 13:01:24 (12 years ago)
Author:
tbretz
Message:
Added more command descriptions.
File:
1 edited

Legend:

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

    r13711 r13712  
    497497        AddEvent("START", "X:2;C")//, kStateIdle)
    498498            (bind(&StateMachineMCP::StartRun, this, placeholders::_1))
    499             ("");
     499            ("Start the configuration and data taking for a run-type of a pre-defined setup"
     500             "|TimeMax[s]:Maximum number of seconds before the run will be closed automatically"
     501             "|NumMax[count]:Maximum number events before the run will be closed automatically"
     502             "|Name[text]:Name of the configuration to be used for taking data");
    500503
    501504        AddEvent("STOP")
    502505            (bind(&StateMachineMCP::StopRun, this, placeholders::_1))
    503             ("");
     506            ("Stops the trigger (either disables the FTM trigger or the internal DRS trigger)");
    504507
    505508        AddEvent("RESET", kStateConfiguring1, kStateConfiguring2, kStateConfiguring3, kStateConfigured)
    506509            (bind(&StateMachineMCP::Reset, this, placeholders::_1))
    507             ("");
     510            ("If a configuration blockes because a system cannot configure itself properly, "
     511             "this command can be called to leave the configuration procedure. The command "
     512             "is also propagated to FTM and FAD");
    508513
    509514        // Verbosity commands
     
    515520        AddEvent("PRINT")
    516521            (bind(&StateMachineMCP::Print, this))
    517             ("");
     522            ("Print the states and connection status of all systems connected to the MCP.");
    518523    }
    519524
Note: See TracChangeset for help on using the changeset viewer.