FACT++  1.0
void MainWindow::on_fEnableClockCond_stateChanged ( int  b)
privateslot

Definition at line 522 of file MainWindow.cc.

References fInHandler, and Dim::SendCommand().

Referenced by on_fAdcChannel_valueChanged().

523 {
524  if (!fInHandler)
525  Dim::SendCommand("FTM_CONTROL/ENABLE_CLOCK_CONDITIONER", b==Qt::Checked);
526 }
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: