Changeset 10553 for trunk/FACT++


Ignore:
Timestamp:
05/04/11 10:19:30 (13 years ago)
Author:
tbretz
Message:
Implemented the command to send when clicking on the FTU Leds
File:
1 edited

Legend:

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

    r10540 r10553  
    153153void MainWindow::slot_fFtuLED_clicked()
    154154{
    155     for (int i=0; i<40; i++)
     155    for (int32_t i=0; i<40; i++)
    156156        if (sender()==fFtuLED[i])
    157             cout << "--------------> clicked #" << i << endl;
     157            Dim::SendCommand("FTM_CONTROL/TOGGLE_FTU", i);
    158158}
    159159
Note: See TracChangeset for help on using the changeset viewer.