Changeset 15054


Ignore:
Timestamp:
03/13/13 14:01:35 (12 years ago)
Author:
tbretz
Message:
Do not report the clock conditioner to be unlocked if FTM is in state Configuring... it is always reported like this.
File:
1 edited

Legend:

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

    r15012 r15054  
    14711471            return GetCurrentState();
    14721472
    1473         fFtmControlState = d.GetQoS();
     1473        // If the FTM is in state Configuring, the clock conditioner
     1474        // is always reported to be unlocked
     1475        if (d.GetQos()!=2)
     1476            fFtmControlState = d.GetQoS();
    14741477
    14751478        const FTM::DimStaticData &dat = d.Ref<FTM::DimStaticData>();
Note: See TracChangeset for help on using the changeset viewer.