GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > CCSDS / V3-5-1

Constituent: ccsds_dump     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

CCSDS_dump.c File Reference

Function definitions for CCSDS display library. More...

#include "stdio.h"
#include "time.h"
#include "string.h"
#include "CCSDS/CCSDS_dump.h"
#include "CCSDS/CCSDS_pkt.h"
#include "PBS/WCT.h"
#include "CCSDS_pkt_private.h"

Include dependency graph for CCSDS_dump.c:

Include dependency graph

Defines

#define ASCTIME(_tstruct, _str, _size)   asctime_r((_tstruct), (_str), (_size))

Functions

void CCSDS_dumpPktHdrCmd (const CCSDS_Pkt_Hdr_Cmd *hdr)
void CCSDS_dumpPktHdrTelem (const CCSDS_Pkt_Hdr_Telem *hdr)
void CCSDS_dumpPktHdr (const void *pkt)
 Dump a LAT CCSDS packet header.

void CCSDS_dumpPriHdr (const void *pkt)
 Dump a generic CCSDS packet primary header.


Detailed Description

Function definitions for CCSDS display library.

Author:
D.L. Wood

Define Documentation

#define ASCTIME _tstruct,
_str,
_size   )     asctime_r((_tstruct), (_str), (_size))
 

Portable call to asctime_r() function.


Function Documentation

void CCSDS_dumpPktHdr const void *  pkt  ) 
 

Dump a LAT CCSDS packet header.

Displays the information contained in a CCSDS packet header.

Parameters:
pkt A pointer to the packet header buffer.

Here is the call graph for this function:

void CCSDS_dumpPktHdrCmd const CCSDS_Pkt_Hdr_Cmd hdr  )  [static]
 

Displays the information contained in a CCSDS command packet header.

Parameters:
hdr A pointer to the packet header buffer.

void CCSDS_dumpPktHdrTelem const CCSDS_Pkt_Hdr_Telem hdr  )  [static]
 

Displays the information contained in a CCSDS telemetry packet header.

Parameters:
hdr A pointer to the packet header buffer.

void CCSDS_dumpPriHdr const void *  pkt  ) 
 

Dump a generic CCSDS packet primary header.

Displays the information contained in a CCSDS packet primary header.

Parameters:
pkt A pointer to the packet header buffer.


Generated on Thu Aug 25 20:16:55 2005 by doxygen 1.3.3