GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QPD / V2-0-4 > qpd_print / rhel4-32


Interface   Data Structures   File List   Data Fields   Globals  

QPD.h File Reference

Public definitions for the packet display routines. More...

#include <QSD/CCSDS_telemetry.h>
#include <ITC/ITC_tlmdefs.h>
#include <LCM/LCM_tlmdefs.h>
#include <LIM/LIM_tlmdefs.h>
#include <MSG/MSG_pubdefs.h>

Typedefs

typedef enum _QPD_flags QPD_flags
 Packet options.
typedef enum _QPD_optns QPD_optns
 Processing options.

Enumerations

enum  _QPD_flags {
  QPD_FLG_FIRST = 0x01,
  QPD_FLG_LAST = 0x02,
  QPD_FLG_NEW_APID = 0x04
}
 Packet options. More...
enum  _QPD_optns {
  QPD_OPT_HEADER = 0x01,
  QPD_OPT_VERBOSE = 0x02,
  QPD_OPT_BRIEF = 0x04
}
 Processing options. More...

Functions

void QPD_dispHeader (QPD_optns optns, QPD_flags flags, CCSDS_telemetry *pkt)
void QPD_dispCmndConf (QPD_optns optns, QPD_flags flags, unsigned secs, ITC_CmdConfirm_Tlm *pkt)
void QPD_dispLimData (QPD_optns optns, QPD_flags flags, unsigned secs, LIM_State_Tlm *pkt)
void QPD_dispModData (QPD_optns optns, QPD_flags flags, unsigned secs, LCM_LLCMMODLIST_Tlm *pkt)
void QPD_dispMsgData (QPD_optns optns, QPD_flags flags, unsigned secs, LCM_LCMMSGOUTC_Tlm *pkt)
void QPD_dispTaskData (QPD_optns optns, QPD_flags flags, unsigned secs, LCM_LLCMTASKLIST_Tlm *pkt)
int QPD_msgFormat (int format)
void QPD_msgProc (MSG_OutputModes mode, void *parm, const MSG_Message *msg)
unsigned QPD_readDiag (char *fName, QPD_optns optns)
char * QPD_msgText (void)


Detailed Description

Public definitions for the packet display routines.

Author:
Owen H Saxton
Id
QPD.h,v 1.3 2011/03/30 20:13:52 saxton Exp

Enumeration Type Documentation

enum _QPD_flags

Packet options.

Enumerator:
QPD_FLG_FIRST  First packet of a sequence.
QPD_FLG_LAST  Last packet of a sequence.
QPD_FLG_NEW_APID  APID has changed.

enum _QPD_optns

Processing options.

Enumerator:
QPD_OPT_HEADER  Display all packet headers.
QPD_OPT_VERBOSE  Verbose display.
QPD_OPT_BRIEF  Brief display.


Generated on Fri Sep 30 19:32:07 2011 by  doxygen 1.5.8