Changeset 12991 for trunk/FACT++/src


Ignore:
Timestamp:
03/04/12 09:48:53 (13 years ago)
Author:
tbretz
Message:
Added quality of service to Deviation
File:
1 edited

Legend:

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

    r12990 r12991  
    163163            return;
    164164
     165        fDimDeviation.setQuality(fControlType);
    165166        fDimDeviation.Update(vec);
    166167
     
    414415            vec[i+416] = avg[i]<5*2.5 ? 0 : correction[i];
    415416
     417        fDimDeviation.setQuality(fControlType);
    416418        fDimDeviation.Update(vec);
    417419
     
    534536        vec.insert(vec.begin()+nch, nch, correction[0]);
    535537
     538        fDimDeviation.setQuality(fControlType);
    536539        fDimDeviation.Update(vec);
    537540
     
    686689
    687690        vector<float> vec(2*BIAS::kNumChannels);
     691        fDimDeviation.setQuality(kIdle);
    688692        fDimDeviation.Update(vec);
    689693
Note: See TracChangeset for help on using the changeset viewer.