Changeset 18834 for trunk/FACT++
- Timestamp:
- 04/18/17 17:03:51 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftmctrl.cc
r18632 r18834 2391 2391 T::AddEvent("CONFIGURE", "C")(FTM::State::kIdle)(FTM::State::kValid)(FTM::State::kConfiguring1)(FTM::State::kConfiguring2)(FTM::State::kConfigured1)(FTM::State::kConfigured2)(FTM::State::kTriggerOn) 2392 2392 (bind(&StateMachineFTM::ConfigureFTM, this, placeholders::_1)) 2393 (""); 2393 ("Configure a new run." 2394 "|time_max[s]:Maximum time before the run is closed in seconds (-1: unlimited)" 2395 "|num_max[int]:Maximum number of events before the run is closed in seconds (-1: unlimited)" 2396 "|run_type[string]:Run type which describes the runs"); 2394 2397 2395 2398 T::AddEvent("RESET_CONFIGURE")(FTM::State::kConfiguring1)(FTM::State::kConfiguring2)(FTM::State::kConfigured1)(FTM::State::kConfigured2)(FTM::State::kConfigError1)(FTM::State::kConfigError2)(FTM::State::kConfigError2)
Note:
See TracChangeset
for help on using the changeset viewer.