Changeset 15106 for trunk/FACT++/src/HeadersFTM.h
- Timestamp:
- 03/18/13 14:58:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/HeadersFTM.h
r15055 r15106 254 254 } 255 255 256 bool operator==(const StaticData &d) const 257 { 256 bool operator==(StaticData d) const 257 { 258 for (int i=0; i<4; i++) 259 for (int j=0; j<10; j++) 260 memcpy(d.fBoard[i][j].fDAC, fBoard[i][j].fDAC, sizeof(uint16_t)*5); 258 261 return memcmp(this, &d, sizeof(StaticData))==0; 259 262 }
Note:
See TracChangeset
for help on using the changeset viewer.