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

Definition at line 278 of file MainWindow.cc.

References Dim::SendCommand().

279 {
280  Dim::SendCommand("FAD_CONTROL/ENABLE_TRIGGER_LINE", uint8_t(false));
281 }
bool SendCommand(const std::string &command)
Definition: Dim.h:26

+ Here is the call graph for this function: