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

Constituent: mem_scp     Tag: sun-gcc


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 Memory 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_dumpPci (char *pkt)
 Dump the PCI Device Header Dump command.

void MEM_dumpPciLoad (char *pkt)
 Dump the PCI Device Header Write command.

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

void MEM_dumpPoolData (char *pkt)
 Dump the Memory Pool Status telemetry.

void MEM_dumpReg (char *pkt)
 Dump the Processor Register Dump command.

void MEM_dumpRegLoad (char *pkt)
 Dump the Processor Register Write command.

void MEM_dumpSymRel (char *pkt)
 Dump the Memory Dump Symbol Relative command.

void MEM_dumpSymVal (char *pkt)
 Dump the Memory Symbol Lookup command.

void MEM_dumpSymValData (char *pkt)
 Dump the Memory Symbol Lookup telemetry.

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.

unsigned int MEM_dispatchSymValTlm (void *prm, unsigned char *pkt)
 Dispatch routine for arriving symbol value 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.7 2005/05/02 18:30:55 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_dispatchSymValTlm void *  prm,
unsigned char *  pkt
 

Dispatch routine for arriving symbol value 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_dumpCancel char *  pkt  ) 
 

Dump the Memory Dump Cancel command.

Dumps the contents of a Memory Dump Cancel command packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpDump char *  pkt  ) 
 

Dump the Memory Data Dump command.

Dumps the contents of a Memory Data Dump command packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpDumpTlm char *  pkt  ) 
 

Dump the Memory Dump telemetry.

Dumps the contents of a Memory Dump telemetry packet. The fields of the payload are assumed to be in native byte order.

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

void MEM_dumpLoad char *  pkt  ) 
 

Dump the Memory Write command.

Dumps the contents of a Memory Write command packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpPci char *  pkt  ) 
 

Dump the PCI Device Header Dump command.

Dumps the contents of a PCI Device Header Dump command packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpPciLoad char *  pkt  ) 
 

Dump the PCI Device Header Write command.

Dumps the contents of a PCI Device Header Write command packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpPool char *  pkt  ) 
 

Dump the Memory Pool Status Dump command.

Dumps the contents of a Memory Pool Status Dump command packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpPoolData char *  pkt  ) 
 

Dump the Memory Pool Status telemetry.

Dumps the contents of a Memory Pool Status telemetry packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpReg char *  pkt  ) 
 

Dump the Processor Register Dump command.

Dumps the contents of a Processor Register Dump command packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpRegLoad char *  pkt  ) 
 

Dump the Processor Register Write command.

Dumps the contents of a Processor Register Write command packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpSymRel char *  pkt  ) 
 

Dump the Memory Dump Symbol Relative command.

Dumps the contents of a Memory Dump Symbol Relative command packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpSymVal char *  pkt  ) 
 

Dump the Memory Symbol Lookup command.

Dumps the contents of a Memory Symbol Lookup command packet. The fields of the payload are assumed to be in native byte order.

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

Here is the call graph for this function:

void MEM_dumpSymValData char *  pkt  ) 
 

Dump the Memory Symbol Lookup telemetry.

Dumps the contents of a Memory Symbol Lookup telemetry packet. The fields of the payload are assumed to be in native byte order.

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 Fri May 6 01:12:15 2005 by doxygen 1.3.3