Changeset 14211


Ignore:
Timestamp:
06/22/12 10:06:09 (12 years ago)
Author:
tbretz
Message:
Added a description for SET_PRESCALING
File:
1 edited

Legend:

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

    r14009 r14211  
    20742074        T::AddEvent("SET_PRESCALING", "I:1", FTM::State::kIdle)
    20752075            (bind(&StateMachineFTM::SetPrescaling, this, placeholders::_1))
    2076             ("");
     2076            ("Sets the FTU readout time intervals"
     2077             "|time[0.5s]:The interval is given in units of 0.5s, i.e. 1 means 0.5s, 2 means 1s, ...");
    20772078
    20782079        T::AddEvent("ENABLE_FTU", "I:1;B:1", FTM::State::kIdle)
Note: See TracChangeset for help on using the changeset viewer.