GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > MEM / V5-8-0

Constituent: mem_unit_test     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

_test_Test_Descriptor Struct Reference

Description of a test state. More...

#include <mem_unit_test.h>


Data Fields

unsigned int exec
unsigned int fail
int depth
const char * desc [10]
int index [10]
WUT_tmr * wut
unsigned int pool_pkt_bytes
FPA_fcb * pool_fcb_p
void * pool_buf_p
int pool_in_use
ITC_Task * cmd_task_p
void * tlm_ctl_p


Detailed Description

Description of a test state.

A structure used to describe the state of a test.


Field Documentation

ITC_Task* _test_Test_Descriptor::cmd_task_p
 

Pointer to descriptor for the command task.

int _test_Test_Descriptor::depth
 

Depth of the state stack.

const char* _test_Test_Descriptor::desc[10]
 

Stack of state descriptions.

unsigned int _test_Test_Descriptor::exec
 

Bit mask of executed subtests.

unsigned int _test_Test_Descriptor::fail
 

Bit mask of failed subtests.

int _test_Test_Descriptor::index[10]
 

Stack of state indices.

void* _test_Test_Descriptor::pool_buf_p
 

Pointer to buffer from which command packets are allocated.

FPA_fcb* _test_Test_Descriptor::pool_fcb_p
 

Pointer to control block for command packet allocator.

int _test_Test_Descriptor::pool_in_use
 

Count of the number of command packets that are in use.

unsigned int _test_Test_Descriptor::pool_pkt_bytes
 

Maximum size of a command packet, in bytes.

void* _test_Test_Descriptor::tlm_ctl_p
 

Pointer to telemetry handler control information.

WUT_tmr* _test_Test_Descriptor::wut
 

Wake-up timer handle.


The documentation for this struct was generated from the following file:
Generated on Sun Jun 14 02:35:50 2009 by  doxygen 1.4.4