Changeset 11465 for trunk/FACT++/src/ftmctrl.cc
- Timestamp:
- 07/19/11 16:35:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftmctrl.cc
r11378 r11465 1457 1457 int SetClockFrequency(const EventImp &evt) 1458 1458 { 1459 if (!CheckEventSize(evt.GetSize(), "SetClockFrequency", 4))1459 if (!CheckEventSize(evt.GetSize(), "SetClockFrequency", 2)) 1460 1460 return T::kSM_FatalError; 1461 1461 1462 1462 const map<uint16_t,boost::array<uint64_t, 8>>::const_iterator it = 1463 fClockCondSetup.find(evt.GetU Int());1463 fClockCondSetup.find(evt.GetUShort()); 1464 1464 1465 1465 if (it==fClockCondSetup.end())
Note:
See TracChangeset
for help on using the changeset viewer.