FACT++  1.0
void MainWindow::on_fClockCondFreq_activated ( int  idx)
privateslot

Definition at line 534 of file MainWindow.cc.

References fInHandler, and Dim::SendCommand().

Referenced by on_fTriggerSeqLPext_valueChanged().

535 {
536  if (!fInHandler)
537  Dim::SendCommand("FTM_CONTROL/SET_CLOCK_FREQUENCY", fClockCondFreq->itemData(idx).toInt());
538 }
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: