- Timestamp:
- 07/26/11 10:21:23 (13 years ago)
- Location:
- trunk/FACT++/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/MainWindow.cc
r11589 r11592 187 187 } 188 188 189 void MainWindow::on_fMcpReset_clicked() 190 { 191 Dim::SendCommand("MCP/RESET"); 192 } 193 189 194 void MainWindow::on_fLoggerStart_clicked() 190 195 { -
trunk/FACT++/gui/MainWindow.h
r11497 r11592 45 45 void on_fMcpStartRun_clicked(); 46 46 void on_fMcpStopRun_clicked(); 47 void on_fMcpReset_clicked(); 47 48 48 49 // System status
Note:
See TracChangeset
for help on using the changeset viewer.