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

Definition at line 283 of file MainWindow.cc.

References Dim::SendCommand().

284 {
285  Dim::SendCommand("FAD_CONTROL/ENABLE_CONTINOUS_TRIGGER", uint8_t(true));
286 }
bool SendCommand(const std::string &command)
Definition: Dim.h:26

+ Here is the call graph for this function: