GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > PBS / V2-10-12

Constituent: pbs     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

_RNG_dsc Struct Reference

This describes all the static properties of the ring buffer. More...

#include <RNG.h>


Data Fields

unsigned char * beg
unsigned char * rbeg
unsigned char * rend
unsigned char * end
RNG_type type
unsigned int msk
unsigned char * buf
unsigned int bufsize


Detailed Description

This describes all the static properties of the ring buffer.


Field Documentation

unsigned char* _RNG_dsc::beg
 

Beginning of the underflow area

unsigned char* _RNG_dsc::buf
 

The buffer, this is what was passed in to be managed. Because of of alignment factors. This may or may not agree with the beginning of the pool.

unsigned int _RNG_dsc::bufsize
 

The initial size of the pool. Again this may or may not agree with the size of pool due to aligment factors.

unsigned char* _RNG_dsc::end
 

Bottom of the overflow area

unsigned int _RNG_dsc::msk
 

Alignment mask

unsigned char* _RNG_dsc::rbeg
 

Beginning of the ring pool

unsigned char* _RNG_dsc::rend
 

End of the ring pool

RNG_type _RNG_dsc::type
 

The type ring buffer


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 06:20:51 2007 by  doxygen 1.4.4