Changeset 11225 for trunk/FACT++/src
- Timestamp:
- 06/30/11 20:55:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r11224 r11225 732 732 DimDescribedService fDimDNA; 733 733 DimDescribedService fDimTemperature; 734 DimDescribedService fDimRefClock; 734 735 DimDescribedService fDimStatistics; 735 736 … … 779 780 fDimDNA ("FAD_CONTROL/DNA", "X:40", ""), 780 781 fDimTemperature ("FAD_CONTROL/TEMPERATURE", "F:82", ""), 782 fDimRefClock ("FAD_CONTROL/REFERENCE_CLOCK", "I:42", ""), 781 783 fDimStatistics ("FAD_CONTROL/STATISTICS", "X:8", ""), 782 784 fDebugStream(false), fDebugRead(false) … … 1444 1446 fNumConnected = con; 1445 1447 1446 1447 1448 const FAD::EventHeader old = fVecHeader[id]; 1448 1449 fVecHeader[id] = h; … … 1480 1481 } 1481 1482 1483 // ----------- 1484 1482 1485 static Time oldt(boost::date_time::neg_infin); 1483 1486 Time newt; … … 1486 1489 { 1487 1490 oldt = newt; 1491 1492 // --- RefClock 1493 1494 const boost::array<uint32_t,42> clk = Compare(&h, &h.fFreqRefClock); 1495 Update(fDimRefClock, clk); 1496 1497 // --- Temperatures 1488 1498 1489 1499 const boost::array<int16_t,42> tmp[4] =
Note:
See TracChangeset
for help on using the changeset viewer.