Changeset 11592 for trunk


Ignore:
Timestamp:
07/26/11 10:21:23 (13 years ago)
Author:
tbretz
Message:
Added fMcpReset.
Location:
trunk/FACT++/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/MainWindow.cc

    r11589 r11592  
    187187}
    188188
     189void MainWindow::on_fMcpReset_clicked()
     190{
     191   Dim::SendCommand("MCP/RESET");
     192}
     193
    189194void MainWindow::on_fLoggerStart_clicked()
    190195{
  • trunk/FACT++/gui/MainWindow.h

    r11497 r11592  
    4545    void on_fMcpStartRun_clicked();
    4646    void on_fMcpStopRun_clicked();
     47    void on_fMcpReset_clicked();
    4748
    4849    // System status
Note: See TracChangeset for help on using the changeset viewer.