GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> EDS / V2-11-6 > edsd / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

EDS_rsd.h File Reference

Result Summary Data Structures. More...


Classes

struct  _EDS_rsdDsc
 Descriptor for the result summary data. More...
struct  _EDS_rsdTbl
 The result summary data table. More...

Typedefs

typedef enum _EDS_RSD_SB_V EDS_RSD_SB_V
typedef enum _EDS_RSD_SB_M EDS_RSD_SB_M
typedef struct _EDS_rsdDsc EDS_rsdDsc
 Typedef for struct _EDS_rsdDsc.
typedef struct _EDS_rsdTbl EDS_rsdTbl
 Typedef for struct _EDS_rsdTbl.

Enumerations

enum  _EDS_RSD_SB_V {
  EDS_RSD_SB_V_PRESCALE_IN = 7,
  EDS_RSD_SB_V_VETOED = 6,
  EDS_RSD_SB_V_PRESCALE_OUT = 5
}
 Maps out the result summary bit numbers. More...
enum  _EDS_RSD_SB_M {
  EDS_RSD_SB_M_PRESCALE_IN = (1 << EDS_RSD_SB_V_PRESCALE_IN),
  EDS_RSD_SB_M_VETOED = (1 << EDS_RSD_SB_V_VETOED),
  EDS_RSD_SB_M_PRESCALE_OUT = (1 << EDS_RSD_SB_V_PRESCALE_OUT)
}
 Maps out the result summary bits. More...


Detailed Description

Result Summary Data Structures.

Author:
JJRussell - russell@slac.stanford.edu

   CVS $Id: EDS_rsd.h,v 1.3 2007/10/10 18:09:59 russell Exp $

In addition to making an ACCEPT/REJECT decision about an event, an event handler may produce a fixed amount of data. This is known as the the Result Summary Data, RSD for short. The Result Summary Data descriptor describes this information for one handler. Up 32 such descriptors are gathered to form the Result Summary Data Table.

Enumeration Type Documentation

Maps out the result summary bits.

Typedef for EDS_RSD_SB_M.

Enumerator:
EDS_RSD_SB_M_PRESCALE_IN  Event was ignored by input prescaling
EDS_RSD_SB_M_VETOED  Event was vetoed by the handler
EDS_RSD_SB_M_PRESCALE_OUT  Event had its fate flipped by the output prescaling

Maps out the result summary bit numbers.

Typedef for EDS_RSD_SB_V.

Enumerator:
EDS_RSD_SB_V_PRESCALE_IN  Event was ignored by input prescaling
EDS_RSD_SB_V_VETOED  Event was vetoed by the handler
EDS_RSD_SB_V_PRESCALE_OUT  Event had its fate flipped by the output prescaling


Generated on Fri Dec 9 16:47:21 2011 by  doxygen 1.5.8