Changeset 16617 for trunk/FACT++


Ignore:
Timestamp:
06/03/13 11:03:34 (11 years ago)
Author:
tbretz
Message:
Removed the total number of bytes, replaced by a relative one.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/FAD.h

    r16589 r16617  
    148148  //connections
    149149   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  **
    153152
    154153  // ** // if counter and rates exist, do only update the rates in
Note: See TracChangeset for help on using the changeset viewer.