Ignore:
Timestamp:
07/11/11 16:04:50 (13 years ago)
Author:
tbretz
Message:
Some fixes to the initialization procedure.
File:
1 edited

Legend:

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

    r11333 r11343  
    199199
    200200typedef struct {
    201    int32_t evNum ;
     201  int32_t evNum ;
    202202  uint32_t runNum ;
    203   int32_t fadLen ;
    204   int32_t nBoard ;
    205   int16_t board[ NBOARDS ];
    206   int32_t nRoi   ;
     203  int32_t  fadLen ;
     204  int32_t  nBoard ;
     205  int16_t  board[ NBOARDS ];
     206  int32_t  nRoi   ;
    207207  uint32_t pcTime ;
    208   int32_t evtLen ;
    209   EVENT   *fEvent  ;
     208  int32_t  evtLen ;
     209  EVENT   *fEvent ;
    210210  PEVNT_HEADER *FADhead; //
    211211
     
    232232                                //(TO BE REVISED)
    233233
    234   int pcTime[MAX_EVT*MAX_RUN] ;     //time when last action happened
     234  uint32_t pcTime[MAX_EVT*MAX_RUN] ;     //time when last action happened
    235235} EVT_CTRL ;     //internal to eventbuilder
    236236
Note: See TracChangeset for help on using the changeset viewer.