GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LIM / V1-20-0

Constituent: lim     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

LIM_bulk.h File Reference

Interface to the functions found in LIM_bulk.c. More...

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


Typedefs

typedef _LIM_Bulk LIM_Bulk
 Typedef for opaque BULK queue object handle.

Functions

unsigned int LIM_bulk_new (LIM_Bulk **object_pp)
 Create and initialize a new BULK queue object.
unsigned int LIM_bulk_delete (LIM_Bulk *object_p)
 Shutdown and delete a BULK queue object.
unsigned int LIM_bulk_send (LIM_Bulk *object_p)
 Send a message to LIM's BULK queue.

Detailed Description

Interface to the functions found in LIM_bulk.c.

**  CVS $Id: LIM_bulk.h,v 1.1 2005/10/25 19:20:56 dmay Exp $
**  

Function Documentation

unsigned int LIM_bulk_delete LIM_Bulk object_p  ) 
 

Shutdown and delete a BULK queue object.

Parameters:
object_p Pointer to object.
Returns:
MSG code.

unsigned int LIM_bulk_new LIM_Bulk **  object_pp  ) 
 

Create and initialize a new BULK queue object.

Parameters:
object_pp Location to return pointer to new object.
Returns:
MSG code.

LIM_bulk_send LIM_Bulk object_p  ) 
 

Send a message to LIM's BULK queue.

Parameters:
object_p Pointer to object.
Returns:
MSG code.


Generated on Thu Oct 30 01:44:32 2008 by  doxygen 1.4.4