GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QSEC / V3-3-0 > qsec_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 "QSEC/QSEC_ctx.h"
#include <stdio.h>
#include <unistd.h>

Typedefs

typedef void QSEC_evt
 Placeholder.

Enumerations

enum  { QSEC_MAX_TKR_RC_HIT = 64 }

Functions

QSEC_evtQSEC_evtNew (void)
 Allocate memory for an event.
void QSEC_evtDelete (QSEC_evt *evt)
 Free the memory associated with an event.
size_t QSEC_evtSizeof (void)
 Calculate the maximum size of the event.
size_t QSEC_evtGemSizeof (void)
 Calculate the size of the GEM contribution.
size_t QSEC_evtAemSizeof (void)
 Calculate the size of the AEM contribution.
size_t QSEC_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 QSEC_evtAemSizeof ( void   ) 

Calculate the size of the AEM contribution.

Returns:
Return the size of the AEM contribution

void QSEC_evtDelete ( QSEC_evt evt  ) 

Free the memory associated with an event.

Parameters:
evt Pointer to an initialised event.

size_t QSEC_evtGemSizeof ( void   ) 

Calculate the size of the GEM contribution.

Returns:
Return the size of the GEM contribution

QSEC_evt* QSEC_evtNew ( void   ) 

Allocate memory for an event.

Returns:
Pointer to allocated memory

size_t QSEC_evtSizeof ( void   ) 

Calculate the maximum size of the event.

Returns:
Return the size of an event

size_t QSEC_evtTemSizeof ( void   ) 

Calculate the maximum size of a TEM contribution.

Returns:
Size required to hold any TEM contribution


Generated on Mon Aug 23 10:49:17 2010 by  doxygen 1.5.3