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

Definition at line 231 of file MainWindow.cc.

References Dim::SendCommand().

232 {
233  Dim::SendCommand("FTM_CONTROL/STOP_TRIGGER");
234 }
bool SendCommand(const std::string &command)
Definition: Dim.h:26

+ Here is the call graph for this function: