Changeset 11310
- Timestamp:
- 07/10/11 13:54:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/MainWindow.cc
r11278 r11310 150 150 void MainWindow::on_fLoggerStart_clicked() 151 151 { 152 Dim::SendCommand("DATA_LOGGER/START");153 152 Dim::SendCommand("DATA_LOGGER/WAIT_FOR_RUN_NUMBER"); 154 153 } … … 156 155 void MainWindow::on_fLoggerStop_clicked() 157 156 { 157 Dim::SendCommand("DATA_LOGGER/BACK_TO_NIGHTLY_OPEN"); 158 158 } 159 159
Note:
See TracChangeset
for help on using the changeset viewer.