Changeset 11636 for trunk/FACT++/gui


Ignore:
Timestamp:
07/26/11 23:45:40 (14 years ago)
Author:
tbretz
Message:
SET_DAC_VALUE expectes two int not two short.
File:
1 edited

Legend:

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

    r11635 r11636  
    355355void MainWindow::FadDacCmd_valueChanged(uint16_t val, uint16_t idx)
    356356{
    357     const uint16_t cmd[2] = { idx, val };
     357    const uint32_t cmd[2] = { idx, val };
    358358    Dim::SendCommand("FAD_CONTROL/SET_DAC_VALUE", cmd);
    359359}
Note: See TracChangeset for help on using the changeset viewer.