GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QSE / V2-3-0 > qse / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QDF_exc.c File Reference

Implementation of the CDF decoding exception handling. More...

#include "QSE/QDF_exc.h"
#include "QDF_exc_def.h"
#include <string.h>

Functions

int QDF_excSizeof (void)
 Returns the size, in bytes, of the a QDF_exc structure.
void * QDF_excConstruct (QDF_exc *exc)
 One time initialization of a QDE_exc structure.
void QDF_excDeclare (QDF_exc *exc, unsigned int status)
 Declares an exception.


Detailed Description

Implementation of the CDF decoding exception handling.

Author:
JJRussell - russell@slac.stanford.edu

   CVS $Id: QDF_exc.c,v 1.1 2006/11/10 22:35:53 russell Exp $

Function Documentation

void * QDF_excConstruct ( QDF_exc exc  ) 

One time initialization of a QDE_exc structure.

Returns:
The parameter exc
Parameters:
exc The QSE_exc structure to initialize

void QDF_excDeclare ( QDF_exc exc,
unsigned int  status 
)

Declares an exception.

Parameters:
exc The exception handling context
status The status. This must be non-zero and is reported as the return value of QDF_excEstablish.

int QDF_excSizeof ( void   ) 

Returns the size, in bytes, of the a QDF_exc structure.

Returns:
The size, in bytes, of the a QDF_exc structure


Generated on Thu Sep 2 14:54:54 2010 by  doxygen 1.5.3