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

Definition at line 206 of file MainWindow.cc.

References Dim::SendCommand().

207 {
208  Dim::SendCommand("MCP/STOP");
209 }
bool SendCommand(const std::string &command)
Definition: Dim.h:26

+ Here is the call graph for this function: