Changeset 16617 for trunk/FACT++
- Timestamp:
- 06/03/13 11:03:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/FAD.h
r16589 r16617 148 148 //connections 149 149 int8_t numConn[NBOARDS] ; //#connections per board (at the moment) 150 int32_t rateBytes[NBOARDS]; //#Bytes read this cycle ** 151 int64_t totBytes[NBOARDS]; //#Bytes read (counter) 152 150 uint32_t rateBytes[NBOARDS]; //#Bytes read (counter) 151 int32_t relBytes[NBOARDS]; //#Bytes read this cycle ** 153 152 154 153 // ** // if counter and rates exist, do only update the rates in
Note:
See TracChangeset
for help on using the changeset viewer.