- Timestamp:
- 05/14/12 13:01:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/mcp.cc
r13711 r13712 497 497 AddEvent("START", "X:2;C")//, kStateIdle) 498 498 (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"); 500 503 501 504 AddEvent("STOP") 502 505 (bind(&StateMachineMCP::StopRun, this, placeholders::_1)) 503 (" ");506 ("Stops the trigger (either disables the FTM trigger or the internal DRS trigger)"); 504 507 505 508 AddEvent("RESET", kStateConfiguring1, kStateConfiguring2, kStateConfiguring3, kStateConfigured) 506 509 (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"); 508 513 509 514 // Verbosity commands … … 515 520 AddEvent("PRINT") 516 521 (bind(&StateMachineMCP::Print, this)) 517 (" ");522 ("Print the states and connection status of all systems connected to the MCP."); 518 523 } 519 524
Note:
See TracChangeset
for help on using the changeset viewer.