GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LPA / V6-1-3

Constituent: lpa_epu     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

LPA_utils.c File Reference

LAT Physics Acquisition Internal utilities. More...

#include <fcntl.h>
#include "LPA_utils.h"
#include "PBS/MBA.h"
#include "MSG/MSG_pubdefs.h"
#include "FBS/FBS_pubrtos.h"
#include "LPA/LPA_msgs.h"

Include dependency graph for LPA_utils.c:


Functions

unsigned int LPA_get_key (unsigned int fileId, int *key)
 Retrieve a file header key.
void * lpa_mbaAlloc (void *unused, unsigned int nbytes)
 Generic cover for MBA_alloc.
void lpa_mbaFree (void *unused, void *ptr, unsigned int nbytes)
 Generic cover for the MBA_free routine.

Detailed Description

LAT Physics Acquisition Internal utilities.

Author:
S.Maldonado - smaldona@slac.stanford.edu
    CVS $Id: LPA_utils.c,v 1.4 2007/05/18 19:03:14 smaldona Exp $
   

This is a collection of miscellaneous utility programs used internally by the LPA package. They are not meant for public consumption so have no interface file in the public area nor are their entry points exposed in the .cidc file.

Function Documentation

void* lpa_mbaAlloc void *  unused,
unsigned int  nbytes
 

Generic cover for MBA_alloc.

Returns:
Allocates the specified number of bytes
Parameters:
unused Unused context parameter
nbytes The number of bytes to allocate

void lpa_mbaFree void *  unused,
void *  ptr,
unsigned int  nbytes
 

Generic cover for the MBA_free routine.

Returns:
DeAllocates the specified number of bytes at the specified location
Parameters:
unused Unused context parameter
ptr The memory to free
nbytes The number of bytes to free


Generated on Thu Oct 18 02:00:14 2007 by  doxygen 1.4.4