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

Definition at line 273 of file MainWindow.cc.

References Dim::SendCommand().

274 {
275  Dim::SendCommand("FAD_CONTROL/ENABLE_TRIGGER_LINE", uint8_t(true));
276 }
bool SendCommand(const std::string &command)
Definition: Dim.h:26

+ Here is the call graph for this function: