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

Definition at line 293 of file MainWindow.cc.

References Dim::SendCommand().

294 {
295  Dim::SendCommand("FAD_CONTROL/ENABLE_BUSY_ON", uint8_t(true));
296 }
bool SendCommand(const std::string &command)
Definition: Dim.h:26

+ Here is the call graph for this function: