FACT++  1.0
void MainWindow::on_fBiasApplyGlobalDac_clicked ( )
privateslot

Definition at line 703 of file MainWindow.cc.

References fInHandler, and Dim::SendCommand().

Referenced by on_fBiasCamPixel_valueChanged().

704 {
705  if (!fInHandler)
706  Dim::SendCommand("BIAS_CONTROL/SET_GLOBAL_DAC", uint16_t(fBiasVoltDac->value()));
707 }
bool fInHandler
Definition: MainWindow.h:26
bool SendCommand(const std::string &command)
Definition: Dim.h:26

+ Here is the call graph for this function:

+ Here is the caller graph for this function: