Changeset 13571 for trunk/FACT++/src/mcp.cc
- Timestamp:
- 05/06/12 00:19:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/mcp.cc
r13570 r13571 429 429 fLog("DATA_LOGGER/STATE", (void*)NULL, 0, this), 430 430 fRC("RATE_CONTROL/STATE", (void*)NULL, 0, this), 431 fService("CONFIGURATION", "X:1;X:1;C", "") 431 fService("CONFIGURATION", "X:1;X:1;C", "Run configuration information" 432 "|MaxTime[s]:Maximum time before the run gets stopped" 433 "|MaxEvents[num]:Maximum number of events before the run gets stopped" 434 "|Name[text]:Name of the chosen configuration") 432 435 { 433 436 // ba::io_service::work is a kind of keep_alive for the loop.
Note:
See TracChangeset
for help on using the changeset viewer.