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

Constituent: mem_scp     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

MEM_dump_cmd.h File Reference

Interface to the MEM_dump_cmd.c functions. More...

#include "CLI/CLI_pubdefs.h"

Include dependency graph for MEM_dump_cmd.h:

Include dependency graph

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

Included by dependency graph

Functions

void MEM_dumpCancel (char *pkt)
 Dump the Memory Dump Cancel command.

void MEM_dumpDump (char *pkt)
 Dump the Memory Data Dump command.

void MEM_dumpDumpTlm (char *pkt)
 Dump the MEM DUMP telemetry.

void MEM_dumpHouse (char *pkt)
 Dump the MEM portion of the boot housekeeping telemetry.

void MEM_dumpLoad (char *pkt)
 Dump the Memory Write command.

void MEM_dumpPool (char *pkt)
 Dump the Memory Dump Pool Statistics command.

unsigned int MEM_dispatchTlm (void *prm, unsigned char *pkt)
 Dispatch routine for arriving housekeeping telemetry.

unsigned int MEM_dispatchDumpTlm (void *prm, unsigned char *pkt)
 Dispatch routine for arriving dump data telemetry.

unsigned int MEM_dispatchPoolDataTlm (void *prm, unsigned char *pkt)
 Dispatch routine for arriving memory pool data telemetry.

int MEM_setDumpDisplayLimit (int limit)
 Set the max number of words to display from a single dump.

unsigned int MEM_addDumpSyntax (CLI_Syntax *syntax)
 Add MEM dump commands to the command-line syntax.


Detailed Description

Interface to the MEM_dump_cmd.c functions.

    CVS $Id: MEM_dump_cmd.h,v 1.1 2004/11/19 19:26:57 dmay Exp $
    

Defines the interface to the functions found in MEM_dump_cmd.c.


Function Documentation

unsigned int MEM_addDumpSyntax CLI_Syntax *  syntax  ) 
 

Add MEM dump commands to the command-line syntax.

Parameters:
syntax Syntax handle.
Returns:
MSG code.

Here is the call graph for this function:

unsigned int MEM_dispatchDumpTlm void *  prm,
unsigned char *  pkt
 

Dispatch routine for arriving dump data telemetry.

Parameters:
prm (in) User context parameter
pkt (in) The CTDB received telemetry
Return values:
MEM_SUCCESS Success
MEM_GENERROR Failure

Here is the call graph for this function:

unsigned int MEM_dispatchPoolDataTlm void *  prm,
unsigned char *  pkt
 

Dispatch routine for arriving memory pool data telemetry.

Parameters:
prm User context parameter (unused).
pkt Pointer to CCSDS packet.
Returns:
MSG code.

Here is the call graph for this function:

unsigned int MEM_dispatchTlm void *  prm,
unsigned char *  pkt
 

Dispatch routine for arriving housekeeping telemetry.

Parameters:
prm (in) User context parameter
pkt (in) The CTDB received telemetry
Return values:
MEM_SUCCESS Success
MEM_GENERROR Failure

Here is the call graph for this function:

void MEM_dumpPool char *  pkt  ) 
 

Dump the Memory Dump Pool Statistics command.

Parameters:
pkt Pointer to CCSDS packet.
Returns:
Nothing.

Here is the call graph for this function:

int MEM_setDumpDisplayLimit int  limit  ) 
 

Set the max number of words to display from a single dump.

Parameters:
limit Max number of words to display.
Returns:
Previous limit value.


Generated on Mon Dec 13 07:33:22 2004 by doxygen 1.3.3