GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LIM / V1-19-1

Constituent: lim_unit_test     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

_lim_Pool_Info Struct Reference

LIM pool test state. More...


Data Fields

LIM_Pool ** pool_ctl_pp
unsigned int num_pkts
unsigned int pkt_bytes
LIM_Poolpool_ctl_p
unsigned int size
ITC_cb_Completion ** free_cb_p
void ** cb_parm_0_p
void ** cb_parm_1_p
void ** cb_parm_2_p
void * exp_alloc_rv
void * act_alloc_rv
ITC_cb_Completion * free_cb
void * cb_parm_0
void * cb_parm_1
void * cb_parm_2
unsigned int exp_status
unsigned int exp_free_sts_in
unsigned int act_free_sts_in


Detailed Description

LIM pool test state.


Field Documentation

void* _lim_Pool_Info::act_alloc_rv
 

Actual value returned by LIM_pool_alloc().

unsigned int _lim_Pool_Info::act_free_sts_in
 

Actual status provided to 'free' routine.

void* _lim_Pool_Info::cb_parm_0
 

First parameter to pass to function that frees a packet.

void** _lim_Pool_Info::cb_parm_0_p
 

Location to return first parameter to pass to function that frees a packet.

void* _lim_Pool_Info::cb_parm_1
 

Second parameter to pass to function that frees a packet.

void** _lim_Pool_Info::cb_parm_1_p
 

Location to return second parameter to pass to function that frees a packet.

void* _lim_Pool_Info::cb_parm_2
 

Third parameter to pass to function that frees a packet.

void** _lim_Pool_Info::cb_parm_2_p
 

Location to return third parameter to pass to function that frees a packet.

void* _lim_Pool_Info::exp_alloc_rv
 

Expected value returned by LIM_pool_alloc().

unsigned int _lim_Pool_Info::exp_free_sts_in
 

Expected status provided to 'free' routine.

unsigned int _lim_Pool_Info::exp_status
 

Expected LIM function status.

ITC_cb_Completion* _lim_Pool_Info::free_cb
 

Pointer to function to call when freeing a packet.

ITC_cb_Completion** _lim_Pool_Info::free_cb_p
 

Location to return pointer to function to call to free a packet.

unsigned int _lim_Pool_Info::num_pkts
 

Number of packets to include in the pool.

unsigned int _lim_Pool_Info::pkt_bytes
 

Size of each packet, in bytes.

LIM_Pool* _lim_Pool_Info::pool_ctl_p
 

Pointer to pool control information.

LIM_Pool** _lim_Pool_Info::pool_ctl_pp
 

Location to return pool control information pointer.

unsigned int _lim_Pool_Info::size
 

Size of packet to allocate, in bytes.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 14 12:13:02 2008 by  doxygen 1.4.4