FACT++  1.0
void MainWindow::on_fNoutof4Val_valueChanged ( int  val)
privateslot

Definition at line 116 of file MainWindow.cc.

References fInHandler, and Dim::SendCommand().

Referenced by on_fBiasCamPixel_valueChanged().

117 {
118  const int32_t v[2] = { -1, val };
119 
120  if (!fInHandler)
121  Dim::SendCommand("FTM_CONTROL/SET_N_OUT_OF_4", v);
122 }
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: