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

Definition at line 288 of file MainWindow.cc.

References Dim::SendCommand().

289 {
290  Dim::SendCommand("FAD_CONTROL/ENABLE_CONTINOUS_TRIGGER", uint8_t(false));
291 }
bool SendCommand(const std::string &command)
Definition: Dim.h:26

+ Here is the call graph for this function: