GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LSEC / V7-0-0 > lsec_test / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

evt.h File Reference

Definition of the structure holding a decompressed calibration event. More...

#include <unistd.h>

Typedefs

typedef void LSEC_evt
 Placeholder.

Enumerations

enum  { LSEC_MAX_TKR_RC_HIT = 64 }

Functions

LSEC_evtLSEC_evtNew (void)
 Allocate memory for an event.
void LSEC_evtDelete (LSEC_evt *evt)
 Free the memory associated with an event.
size_t LSEC_evtSizeof (void)
 Calculate the maximum size of the event.
size_t LSEC_evtGemSizeof (void)
 Calculate the size of the GEM contribution.
size_t LSEC_evtAemSizeof (void)
 Calculate the size of the AEM contribution.
size_t LSEC_evtTemSizeof (void)
 Calculate the maximum size of a TEM contribution.


Detailed Description

Definition of the structure holding a decompressed calibration event.

Author:
James Swain -- jswain@slac.stanford.edu

Function Documentation

size_t LSEC_evtAemSizeof ( void   ) 

Calculate the size of the AEM contribution.

Returns:
Return the size of the AEM contribution

void LSEC_evtDelete ( LSEC_evt evt  ) 

Free the memory associated with an event.

Parameters:
evt Pointer to an initialised event.

size_t LSEC_evtGemSizeof ( void   ) 

Calculate the size of the GEM contribution.

Returns:
Return the size of the GEM contribution

LSEC_evt* LSEC_evtNew ( void   ) 

Allocate memory for an event.

Returns:
Pointer to allocated memory

size_t LSEC_evtSizeof ( void   ) 

Calculate the maximum size of the event.

Returns:
Return the size of an event

size_t LSEC_evtTemSizeof ( void   ) 

Calculate the maximum size of a TEM contribution.

Returns:
Size required to hold any TEM contribution


Generated on Wed May 26 10:22:16 2010 by  doxygen 1.5.3