GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LSEP / V1-0-2

Constituent: lsepw     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

LSEP_etxBdy.h File Reference

Physics application private event context. More...

This graph shows which files directly or indirectly include this file:


Data Structures

struct  _LSEP_etxKeys
 The list of indirect file keys. More...
struct  _LSEP_etxEds
 The Event Delivery System configuration. More...
struct  _LSEP_etxBdy
 Defines the physics application specific context. More...

Typedefs

typedef _LSEP_etxKeys LSEP_etxKeys
 Typedef for struct _LSEP_etxKeys.
typedef _LSEP_etxEds LSEP_etxEds
 Typedef for struct _LSEP_etxEds.
typedef _LSEP_etxBdy LSEP_etxBdy
 Typedef for struct _LSEP_etxBdy.

Detailed Description

Physics application private event context.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: LSEP_etxBdy.h,v 1.3 2005/11/18 01:04:36 russell Exp $

Typedef Documentation

LSEP_etxEds
 

Typedef for struct _LSEP_etxEds.

Holds the configuration ids of each active handler along with a table of contents of the lengths of each handler that contributes result summary data.
The layout is
  • Length of active mask : 5 bits
  • Active bit mask : Number of bits in previous field
  • Bit width of configuration id: 5 bits
  • Array of ids : Bit width * number of active bits
  • Handlers with result summary data bit mask : Number of set bits in active bit mask
  • Bit width -1 of result summary lengths: 4 bits, 0-15 corresponds to (1 - 1 << 16) - 1 bytes
  • Array of result summary lengths


Generated on Thu Jan 5 20:54:57 2006 by  doxygen 1.4.4