Ignore:
Timestamp:
05/03/12 18:54:16 (12 years ago)
Author:
tbretz
Message:
Commented out the use of fStatic, because with the called default constructor it led to crahes.
File:
1 edited

Legend:

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

    r13477 r13549  
    5757    DimStampedInfo fFTM;
    5858    DimStampedInfo fRates;
    59     DimStampedInfo fStatic;
     59//    DimStampedInfo fStatic;
    6060    DimStampedInfo fRateScan;
    6161
     
    359359
    360360        static vector<uint8_t> counter(160);
    361 
     361/*
    362362        if (curr==&fStatic)
    363363        {
     
    373373            return;
    374374        }
    375 
     375*/
    376376        if (curr==&fRates)
    377377        {
     
    538538        fFTM("FTM_CONTROL/STATE",       (void*)NULL, 0, this),
    539539        fRates("FTM_CONTROL/TRIGGER_RATES", (void*)NULL, 0, this),
     540        fRateScan("RATE_SCAN/STATE", (void*)NULL, 0, this)/*,
    540541        fStatic("FTM_CONTROL/STATIC_DATA", (void*)NULL, 0, this)/*,
    541542        fDimData("RATE_SCAN/DATA", "I:1;F:1;F:1;F:1;F:40;F:160", ""),
Note: See TracChangeset for help on using the changeset viewer.