Changeset 13477


Ignore:
Timestamp:
04/30/12 20:07:07 (13 years ago)
Author:
tbretz
Message:
Moved the instantisation of fTriggerOn before the DimStampedInfo instances.
File:
1 edited

Legend:

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

    r13242 r13477  
    4646    };
    4747
     48    bool fTriggerOn;
     49
    4850    DimServiceInfoList fNetwork;
    4951
     
    6769    uint16_t fThresholdReference;
    6870
    69     bool fTriggerOn;
    7071    bool fVerbose;
    7172    bool fEnabled;
     
    531532public:
    532533    StateMachineRateControl(ostream &out=cout) : StateMachineDim(out, "RATE_CONTROL"),
     534        fTriggerOn(false),
    533535        fStatusDim(make_pair(Time(), -2)),
    534536        fStatusFTM(make_pair(Time(), -2)),
     
    542544                 "|min[DAC]:Value at which scan was started"
    543545                 "|max[DAC]:Value at which scan will end"
    544                  "|step[DAC]:Step size for scan")*/,
    545         fTriggerOn(false)
     546                 "|step[DAC]:Step size for scan")*/
    546547    {
    547548        // ba::io_service::work is a kind of keep_alive for the loop.
Note: See TracChangeset for help on using the changeset viewer.