Changeset 11419 for trunk/FACT++/gui/FactGui.h
- Timestamp:
- 07/15/11 15:23:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11392 r11419 394 394 DimStampedInfo fDimFadDNA; 395 395 DimStampedInfo fDimFadTemperature; 396 DimStampedInfo fDimFadPrescaler; 396 397 DimStampedInfo fDimFadRefClock; 397 398 DimStampedInfo fDimFadStatus; … … 1003 1004 if (ptr[0]==0) 1004 1005 fEvtBldFilename->setText(""); 1005 1006 1006 } 1007 1007 … … 1293 1293 { 1294 1294 handleFadMinMax<uint32_t, QSpinBox>(d, fFadLedRunNumber, fFadRunNumber); 1295 } 1296 1297 void handleFadPrescaler(const DimData &d) 1298 { 1299 handleFadMinMax<uint16_t, QSpinBox>(d, fFadLedPrescaler, fFadPrescaler); 1295 1300 } 1296 1301 … … 2304 2309 if (getInfo()==&fDimFadRefClock) 2305 2310 return PostInfoHandler(&FactGui::handleFadRefClock); 2311 2312 if (getInfo()==&fDimFadPrescaler) 2313 return PostInfoHandler(&FactGui::handleFadPrescaler); 2306 2314 2307 2315 if (getInfo()==&fDimFadStatus) … … 2755 2763 fDimFadDNA ("FAD_CONTROL/DNA", (void*)NULL, 0, this), 2756 2764 fDimFadTemperature ("FAD_CONTROL/TEMPERATURE", (void*)NULL, 0, this), 2765 fDimFadPrescaler ("FAD_CONTROL/PRESCALER", (void*)NULL, 0, this), 2757 2766 fDimFadRefClock ("FAD_CONTROL/REFERENCE_CLOCK", (void*)NULL, 0, this), 2758 2767 fDimFadStatus ("FAD_CONTROL/STATUS", (void*)NULL, 0, this),
Note:
See TracChangeset
for help on using the changeset viewer.