GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > PBC / V4-10-0

Constituent: pbc_scp     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

PBC_dump.h File Reference

Interface to the PBC_dump.c functions. More...

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


Functions

void PBC_dumpBoot (char *pkt)
 Dump the Boot RTOS Execute command.
void PBC_dumpErrDump (char *pkt)
 Dump the Boot Error Dump command.
void PBC_dumpHouse (char *pkt, char *prev_pkt)
 Dump boot housekeeping telemetry.
void PBC_dumpHouseBgLow (char *pkt, char *prev_pkt)
 Dump first 64 bytes of background dump data.
void PBC_dumpHouseBgHigh (char *pkt, char *prev_pkt)
 Dump last 64 bytes of background dump data.
void PBC_dumpHouseData (char *pkt)
 Dump the memory data portion of boot housekeeping telemetry.
void PBC_dumpReset (char *pkt)
 Dump the Boot Reset command.
void PBC_dumpStart (char *pkt)
 Dump the Boot Start command.
int PBC_setDumpDisplayLimit (int limit)
 Set the max number of words to display from a single dump.

Detailed Description

Interface to the PBC_dump.c functions.

    CVS $Id: PBC_dump.h,v 1.4 2005/05/02 20:48:30 dmay Exp $
    

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


Function Documentation

void PBC_dumpBoot char *  pkt  ) 
 

Dump the Boot RTOS Execute command.

Dumps the contents of a Boot RTOS Execute command packet. The fields of the payload are assumed to be in native byte order.

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

void PBC_dumpErrDump char *  pkt  ) 
 

Dump the Boot Error Dump command.

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

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

void PBC_dumpHouse char *  pkt,
char *  prev_pkt
 

Dump boot housekeeping telemetry.

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

Parameters:
pkt Pointer to CCSDS packet.
prev_pkt Pointer to previous boot hkp telemetry CCSDS packet.
Returns:
Nothing.

void PBC_dumpHouseBgHigh char *  pkt,
char *  prev_pkt
 

Dump last 64 bytes of background dump data.

Dumps the contents of the last 64 bytes of the background dump data found in the Boot Housekeeping telemetry packet. The data is assumed to be in native byte order.

Parameters:
pkt Pointer to CCSDS packet.
prev_pkt Pointer to previous boot hkp telemetry CCSDS packet.
Returns:
Nothing.

void PBC_dumpHouseBgLow char *  pkt,
char *  prev_pkt
 

Dump first 64 bytes of background dump data.

Dumps the contents of the first 64 bytes of the background dump data found in the Boot Housekeeping telemetry packet. The data is assumed to be in native byte order.

Parameters:
pkt Pointer to CCSDS packet.
prev_pkt Pointer to previous boot hkp telemetry CCSDS packet.
Returns:
Nothing.

void PBC_dumpHouseData char *  pkt  ) 
 

Dump the memory data portion of boot housekeeping telemetry.

Dumps the memory data dump portion of a boot housekeeping telemetry packet.

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

void PBC_dumpReset char *  pkt  ) 
 

Dump the Boot Reset command.

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

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

void PBC_dumpStart char *  pkt  ) 
 

Dump the Boot Start command.

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

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

int PBC_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 Thu Nov 10 22:00:25 2005 by  doxygen 1.4.4