Changeset 11636 for trunk/FACT++/gui
- Timestamp:
- 07/26/11 23:45:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/MainWindow.cc
r11635 r11636 355 355 void MainWindow::FadDacCmd_valueChanged(uint16_t val, uint16_t idx) 356 356 { 357 const uint 16_t cmd[2] = { idx, val };357 const uint32_t cmd[2] = { idx, val }; 358 358 Dim::SendCommand("FAD_CONTROL/SET_DAC_VALUE", cmd); 359 359 }
Note:
See TracChangeset
for help on using the changeset viewer.