FACT++  1.0
int StateMachineFeedback::ResetOffset ( )
inlineprivate

Definition at line 1094 of file feedback.cc.

References BIAS::kNumChannels, and DimDescribedService::Update().

Referenced by StateMachineFeedback().

1095  {
1096  fVoltOffset.assign(BIAS::kNumChannels, 0);
1097 
1099 
1100  Info("Voltage offsets resetted.");
1101  return GetCurrentState();
1102  }
DimDescribedService fDimOffsets
Definition: feedback.cc:44
int GetCurrentState() const
return the current state of the machine
vector< double > fVoltOffset
Definition: feedback.cc:75
int Info(const std::string &str)
Definition: MessageImp.h:47

+ Here is the call graph for this function:

+ Here is the caller graph for this function: