Changeset 11107
- Timestamp:
- 06/22/11 14:09:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftmctrl.cc
r11105 r11107 1407 1407 int SetClockRegister(const EventImp &evt) 1408 1408 { 1409 if (!CheckEventSize(evt.GetSize(), "SetClockRegister", 8* 16))1409 if (!CheckEventSize(evt.GetSize(), "SetClockRegister", 8*8)) 1410 1410 return T::kSM_FatalError; 1411 1411 … … 1440 1440 static const uint64_t freq2001[8] = { 0x00038000, R1, R8, R9, R11, R13, 0x0830280e, 0x1400fa0f }; 1441 1441 static const uint64_t freq3000[8] = { 0x00037200, R1, R8, R9, R11, R13, 0x0830400e, 0x1420a30f }; 1442 static const uint64_t freq4000[8] = { 0x00032800, R1, R8, R9, R11, R13, 0x0830400e, 0x1400fa0f }; 1442 // static const uint64_t freq4000[8] = { 0x00032800, R1, R8, R9, R11, R13, 0x0830400e, 0x1400fa0f }; 1443 static const uint64_t freq4000[8] = { 0x00034000, R1, R8, R9, R11, R13, 0x0830280e, 0x1400fa0f }; 1443 1444 static const uint64_t freq5000[8] = { 0x00032000, R1, R8, R9, R11, R13, 0x0830400e, 0x1400fa0f }; 1444 1445
Note:
See TracChangeset
for help on using the changeset viewer.