Changeset 15474


Ignore:
Timestamp:
05/01/13 13:06:36 (12 years ago)
Author:
tbretz
Message:
Removed MAX_SOCK
File:
1 edited

Legend:

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

    r15467 r15474  
    9191#define NPIX       1440      // max. number of pixels
    9292#define NTMARK      160      // max. number of timeMarker signals
    93 #define MAX_SOCK    280      // NBOARDS * 7
     93//#define MAX_SOCK    280      // NBOARDS * 7
    9494
    9595
     
    300300  //some info about what happened since start of program (or last 'reset')
    301301   uint32_t reset ;             //#if increased, reset all counters
    302    uint32_t numRead[MAX_SOCK] ; //how often succesfull read from N sockets per loop
     302   uint32_t numRead[NBOARDS] ; //how often succesfull read from N sockets per loop
    303303
    304304   uint64_t gotByte[NBOARDS] ;  //#Bytes read per Board
Note: See TracChangeset for help on using the changeset viewer.