Changeset 12433 for trunk/FACT++


Ignore:
Timestamp:
11/07/11 00:00:49 (13 years ago)
Author:
tbretz
Message:
Allow SET_THRESHOLD also in state configured to allow the ratecontrol to adapt the rates.
File:
1 edited

Legend:

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

    r12400 r12433  
    19981998             "|status[bool]:disable or enable that the FTM sends rate reports (yes/no)");
    19991999
    2000         T::AddEvent("SET_THRESHOLD", "I:2", FTM::kIdle, FTM::kTriggerOn)
     2000        T::AddEvent("SET_THRESHOLD", "I:2", FTM::kIdle, FTM::kConfigured, FTM::kTriggerOn)
    20012001            (bind(&StateMachineFTM::SetThreshold, this, placeholders::_1))
    20022002            ("Set the comparator threshold"
Note: See TracChangeset for help on using the changeset viewer.