Changeset 11106
- Timestamp:
- 06/22/11 13:52:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/HeadersFTM.h
r10961 r11106 297 297 uint32_t fDeadTime; 298 298 //44 299 uint 16_t fClockConditioner[8];299 uint32_t fClockConditioner[8]; 300 300 //60 301 301 uint16_t fEnable[90]; // 160*9bit = 180byte … … 339 339 fDeadTime(uint32_t(d.fDeadTime)*4+8) 340 340 { 341 memcpy(fClockConditioner, d.fClockConditioner, sizeof(uint 16_t)*8);341 memcpy(fClockConditioner, d.fClockConditioner, sizeof(uint32_t)*8); 342 342 343 343 uint16_t src[160];
Note:
See TracChangeset
for help on using the changeset viewer.