FACT++  1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
void MainWindow::on_fDeadTime_valueChanged ( int  val)
privateslot

Definition at line 482 of file MainWindow.cc.

References fInHandler, and Dim::SendCommand().

Referenced by on_fTriggerSeqLPext_valueChanged().

483 {
484  if (!fInHandler)
485  Dim::SendCommand("FTM_CONTROL/SET_DEAD_TIME", val/4-2);
486 }
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: