Changeset 18834 for trunk/FACT++


Ignore:
Timestamp:
04/18/17 17:03:51 (8 years ago)
Author:
tbretz
Message:
Added some command description.
File:
1 edited

Legend:

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

    r18632 r18834  
    23912391        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)
    23922392            (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");
    23942397
    23952398        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.