Changeset 14354 for trunk/FACT++/src


Ignore:
Timestamp:
08/13/12 09:55:31 (12 years ago)
Author:
tbretz
Message:
Initialize fEnabled.
File:
1 edited

Legend:

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

    r14009 r14354  
    458458        fDimFTM("FTM_CONTROL"),
    459459        fDimRS("RATE_SCAN"),
    460         fDimThreshold("RATE_CONTROL/THRESHOLD", "S:1", "Resulting threshold after calibration|threshold[dac]:Resulting threshold from calibration")
     460        fDimThreshold("RATE_CONTROL/THRESHOLD", "S:1", "Resulting threshold after calibration|threshold[dac]:Resulting threshold from calibration"),
     461        fEnabled(false)
    461462    {
    462463        // ba::io_service::work is a kind of keep_alive for the loop.
Note: See TracChangeset for help on using the changeset viewer.