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

Constituent: qsec_test     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

evt.c File Reference

Event handling routines. More...

#include "evt.h"
#include "EDS/EBF_ctb.h"
#include "EDS/EBF_gem.h"
#include "EDS/EBF_acd.h"
#include "EDS/EBF_tem.h"
#include "EDS/EBF_cal.h"
#include "EDS/EBF_tkr.h"
#include "EDS/EBF_siv.h"
#include "EDS/EBF_dir.h"
#include "EDS/EBF_dirPrint.h"
#include "LSEC/LSEC_ctx.h"
#include <string.h>
#include <stdlib.h>

Include dependency graph for evt.c:


Functions

void reportCtbHdr (const EBF_ctbHdr *hdr, FILE *fp)
size_t QSEC_evtTemSizeof (void)
 Calculate the maximum size of a TEM contribution.
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_evtSizeof (void)
 Calculate the maximum size of the event.
QSEC_evtQSEC_evtNew (void)
 Allocate memory for an event.
void QSEC_evtDelete (QSEC_evt *evt)
 Free the memory associated with an event.

Detailed Description

Event handling routines.

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 Sun Jun 14 02:23:12 2009 by  doxygen 1.4.4