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

Definition at line 88 of file feedback.cc.

References Feedback::State::kCalibrated, Feedback::State::kCalibrating, Feedback::State::kInProgress, BIAS::State::kVoltageOff, BIAS::State::kVoltageOn, Dim::SendCommandNB(), and DimState::state().

Referenced by StateMachineFeedback().

89  {
91  {
92  Dim::SendCommandNB("BIAS_CONTROL/REQUEST_STATUS");
93  Info("Starting calibration step "+to_string(fCalibStep));
94  }
95 
98 
99  return GetCurrentState();
100  }
DimDescribedState fDimBias
Definition: feedback.cc:38
int GetCurrentState() const
return the current state of the machine
uint16_t fCalibStep
Definition: feedback.cc:82
const int32_t & state() const
Definition: DimState.h:80
void SendCommandNB(const std::string &command)
Definition: Dim.h:30
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: