FACT++  1.0
void MainWindow::SetTriggerSequence ( )
private

Definition at line 406 of file MainWindow.cc.

References fInHandler, fTriggerSeqLPext, fTriggerSeqLPint, fTriggerSeqPed, and Dim::SendCommand().

Referenced by on_fTriggerSeqLPext_valueChanged(), on_fTriggerSeqLPint_valueChanged(), and on_fTriggerSeqPed_valueChanged().

407 {
408  const uint16_t d[3] =
409  {
410  uint16_t(fTriggerSeqPed->value()),
411  uint16_t(fTriggerSeqLPext->value()),
412  uint16_t(fTriggerSeqLPint->value())
413  };
414 
415  if (!fInHandler)
416  Dim::SendCommand("FTM_CONTROL/SET_TRIGGER_SEQUENCE", d);
417 }
bool fInHandler
Definition: MainWindow.h:26
uint16_t fTriggerSeqLPint
Definition: HeadersFTM.h:194
bool SendCommand(const std::string &command)
Definition: Dim.h:26
uint16_t fTriggerSeqLPext
Definition: HeadersFTM.h:195
uint16_t fTriggerSeqPed
Definition: HeadersFTM.h:196

+ Here is the call graph for this function:

+ Here is the caller graph for this function: