Changeset 11729 for trunk


Ignore:
Timestamp:
07/30/11 20:13:43 (13 years ago)
Author:
tbretz
Message:
Changed definitions in a way that forward declarations of the structs will work.
File:
1 edited

Legend:

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

    r11689 r11729  
    114114//---------------------------------------------------------------
    115115
    116 typedef struct {
     116typedef struct _EVENT {
    117117  uint16_t Roi ;            // #slices per pixel (same for all pixels)
    118118  uint16_t RoiTM ;          // #slices per pixel (same for all tmarks) [ 0 or Roi ]
     
    142142//---------------------------------------------------------------
    143143
    144 
    145 
    146 
    147 typedef struct {
     144typedef struct _RUN_HEAD {
    148145  uint32_t Version ;
    149146  uint32_t RunType ;
     
    166163
    167164
    168 typedef struct {
     165typedef struct _RUN_TAIL {
    169166  uint32_t nEventsOk ;  //how many events were written
    170167  uint32_t nEventsRej;  //how many events were rejected by SW-trig
     
    256253//---------------------------------------------------------------
    257254
     255// FIXME: This doesn't neet to be here... it is inlcuded in all
     256//        data processors
     257
     258#include <netinet/in.h>
    258259
    259260typedef struct {
     
    261262   int    sockDef ; //<0 not defined/ ==0 not to be used/ >0 used
    262263} FACT_SOCK ;    //internal to eventbuilder
    263 
    264264
    265265
Note: See TracChangeset for help on using the changeset viewer.