FACT++  1.0
void StateMachineRateScan::UpdateProc ( )
inlineprivate

Definition at line 79 of file ratescan.cc.

References DimDescribedService::Update().

80  {
81  const array<uint32_t,3> v = {{ uint32_t(fThresholdMin), uint32_t(fThresholdMax), uint32_t(fThresholdStep) }};
82  fDimProc.Update(v);
83  }
DimDescribedService fDimProc
Definition: ratescan.cc:44

+ Here is the call graph for this function: