FACT++  1.0
int StateMachineRateControl::CalibrateByCurrent ( )
inlineprivate

Definition at line 577 of file ratecontrol.cc.

References RateControl::State::kSettingGlobalThreshold.

Referenced by StateMachineRateControl().

578  {
579  fCounter = 0;
580  fCalibrateByCurrent = true;
582  fBlock.assign(160, false);
583 
584  fThresholds.clear();
585 
586  ostringstream out;
587  out << "Rate calibration by current with min. threshold of " << fThresholdReference << ".";
588  Info(out);
589 
591  }
Adds some functionality to boost::posix_time::ptime for our needs.
Definition: Time.h:30
vector< bool > fBlock
Definition: ratecontrol.cc:54
int Info(const std::string &str)
Definition: MessageImp.h:47
vector< uint32_t > fThresholds
Definition: ratecontrol.cc:98

+ Here is the caller graph for this function: