Changeset 11177 for trunk/FACT++/src
- Timestamp:
- 06/24/11 14:41:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r11175 r11177 1479 1479 } 1480 1480 1481 if (old.IsDcmLocked() != h.IsDcmLocked())1482 {1483 const pair<bool, boost::array<uint16_t,43>> lck = Compare(&h, &h.fStatus, FAD::EventHeader::kDcmLocked);1484 Print("Lck", lck);1485 }1486 1487 if (old.IsDcmReady() != h.IsDcmReady())1488 {1489 const pair<bool, boost::array<uint16_t,43>> rdy = Compare(&h, &h.fStatus, FAD::EventHeader::kDcmReady);1490 Print("Rdy", rdy);1491 }1492 1493 if (old.HasSpiSclk() != h.HasSpiSclk())1494 {1495 const pair<bool, boost::array<uint16_t,43>> spi = Compare(&h, &h.fStatus, FAD::EventHeader::kSpiSclk);1496 Print("Spi", spi);1497 }1498 1499 1481 if (old.fStatus != h.fStatus) 1500 1482 {
Note:
See TracChangeset
for help on using the changeset viewer.