Changeset 10783
- Timestamp:
- 05/23/11 15:06:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/HeadersFAD.h
r10766 r10783 192 192 bool HasSpiSclk() const { return fStatus&kSpiSclk; } 193 193 194 uint16_t Crate() const { return fBoardId>>8; } 195 uint16_t Board() const { return fBoardId&0xff; } 196 194 197 void clear() { reset(*this); } 195 198 void print(std::ostream &out) const; … … 215 218 void print(std::ostream &out) const; 216 219 220 uint16_t Chip() const { return fId>>4; } 221 uint16_t Channel() const { return fId&0xf; } 222 217 223 } __attribute__((__packed__)); 218 224 … … 220 226 // 0x4242 221 227 // 0x04fe 222 228 /* 223 229 struct DimPassport 224 230 { … … 309 315 310 316 } __attribute__((__packed__)); 311 317 */ 312 318 // -------------------------------------------------------------------- 313 319
Note:
See TracChangeset
for help on using the changeset viewer.