GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QSEC / V3-0-3

Constituent: qsec_test     Tag: linux-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>

Include dependency graph for evt.h:

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


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 Thu Jun 12 02:22:55 2008 by  doxygen 1.4.4