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

Definition at line 488 of file MainWindow.cc.

References fInHandler, and Dim::SendCommand().

Referenced by on_fTriggerSeqLPext_valueChanged().

489 {
490  if (!fInHandler)
491  Dim::SendCommand("FTM_CONTROL/SET_PRESCALING", val);
492 }
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: