GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > MEM / V3-1-0

Constituent: mem_unit_test     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

mem_test_dump.c File Reference

Test the MEM dump functions. More...

#include <string.h>
#include "MEM/MEM.h"
#include "MEM/MEM_dump.h"
#include "MEM/MEM_map.h"
#include "MEM/MEM_msgs.h"
#include "MSG/MSG_pubdefs.h"
#include "mem_test_dump.h"
#include "mem_unit_test.h"

Include dependency graph for mem_test_dump.c:

Include dependency graph

Data Structures

struct  _mem_DumpInfo
 Dump unit test information. More...


Typedefs

typedef _mem_DumpInfo mem_DumpInfo
 Typedef for _mem_DumpInfo.


Functions

int mem_dumpInit_wrap (test_Test_Descriptor *td_p, int id, mem_DumpInfo *info_p)
 Start the Memory Dump interface and verify the results.

int mem_dumpGetInfo_wrap (test_Test_Descriptor *td_p, int id, mem_DumpInfo *info_p)
 Get and verify information about a dump.

int mem_dumpGetContext_wrap (test_Test_Descriptor *td_p, int id, mem_DumpInfo *info_p)
 Get a dump context and verify the results.

int mem_dumpReleaseContext_wrap (test_Test_Descriptor *td_p, int id, mem_DumpInfo *info_p)
 Release a dump context and verify the results.

int mem_dumpMapInit_wrap (test_Test_Descriptor *td_p, int id, mem_DumpInfo *info_p)
 Start the Memory Map interface and verify the results.

int mem_dumpMapAddEntry_wrap (test_Test_Descriptor *td_p, int id, mem_DumpInfo *info_p)
 Add an entry to the Memory Map and verify the results.


Detailed Description

Test the MEM dump functions.

  CVS $Id: mem_test_dump.c,v 1.3 2004/06/29 14:13:08 dmay Exp $
  

Test the operation of the MEM dump functions.


Function Documentation

int mem_dumpGetContext_wrap test_Test_Descriptor td_p,
int  id,
mem_DumpInfo info_p
[static]
 

Get a dump context and verify the results.

Wrapper for the MEM_dumpGetContext() function that validates the results.

Parameters:
td_p Pointer to test descriptor.
id ID to use for user messages.
info_p Pointer to dump test info.
Return values:
0 Success.
-1 Failure.

Here is the call graph for this function:

int mem_dumpGetInfo_wrap test_Test_Descriptor td_p,
int  id,
mem_DumpInfo info_p
[static]
 

Get and verify information about a dump.

Wrapper for the MEM_dumpGetInfo() function that validates the results.

Parameters:
td_p Pointer to test descriptor.
id ID to use for user messages.
info_p Pointer to dump test info.
Return values:
0 Success.
-1 Failure.

Here is the call graph for this function:

int mem_dumpInit_wrap test_Test_Descriptor td_p,
int  id,
mem_DumpInfo info_p
[static]
 

Start the Memory Dump interface and verify the results.

Wrapper for the MEM_dumpInit() function that validates the results.

Parameters:
td_p Pointer to test descriptor.
id ID to use for user messages.
info_p Pointer to memory dump test info.
Return values:
0 Success.
-1 Failure.

Here is the call graph for this function:

int mem_dumpMapAddEntry_wrap test_Test_Descriptor td_p,
int  id,
mem_DumpInfo info_p
[static]
 

Add an entry to the Memory Map and verify the results.

Wrapper for the MEM_mapAddEntry() function that validates the results.

Parameters:
td_p Pointer to test descriptor.
id ID to use for user messages.
info_p Pointer to memory dump test info.
Return values:
0 Success.
-1 Failure.

Here is the call graph for this function:

int mem_dumpMapInit_wrap test_Test_Descriptor td_p,
int  id,
mem_DumpInfo info_p
[static]
 

Start the Memory Map interface and verify the results.

Wrapper for the MEM_mapInit() function that validates the results.

Parameters:
td_p Pointer to test descriptor.
id ID to use for user messages.
info_p Pointer to memory dump test info.
Return values:
0 Success.
-1 Failure.

Here is the call graph for this function:

int mem_dumpReleaseContext_wrap test_Test_Descriptor td_p,
int  id,
mem_DumpInfo info_p
[static]
 

Release a dump context and verify the results.

Wrapper for the MEM_dumpReleaseContext() function that validates the results.

Parameters:
td_p Pointer to test descriptor.
id ID to use for user messages.
info_p Pointer to dump test info.
Return values:
0 Success.
-1 Failure.

Here is the call graph for this function:


Generated on Mon Dec 13 07:35:05 2004 by doxygen 1.3.3