FACT++  1.0
void MainWindow::slot_fFtuLED_clicked ( )
privateslot

Definition at line 540 of file MainWindow.cc.

References fFtuLED, i, and Dim::SendCommand().

Referenced by MainWindow(), and on_fTriggerSeqLPext_valueChanged().

541 {
542  for (int32_t i=0; i<40; i++)
543  if (sender()==fFtuLED[i])
544  {
545  Dim::SendCommand("FTM_CONTROL/TOGGLE_FTU", i);
546  break;
547  }
548 }
int i
Definition: db_dim_client.c:21
bool SendCommand(const std::string &command)
Definition: Dim.h:26
QPushButton * fFtuLED[40]
Definition: MainWindow.h:23

+ Here is the call graph for this function:

+ Here is the caller graph for this function: