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

Definition at line 248 of file MainWindow.cc.

References Dim::SendCommand().

249 {
250  Dim::SendCommand("FAD_CONTROL/ENABLE_DRS", uint8_t(true));
251 }
bool SendCommand(const std::string &command)
Definition: Dim.h:26

+ Here is the call graph for this function: