GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QLCM / V0-2-1

Constituent: qlcm_dump     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QLCM_dump.c File Reference

Display LCM package SSR datagrams. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "PBS/WCT.h"
#include "MSG/MSG_pubdefs.h"
#include "LSF/LSF.h"
#include "LSF/LSF_ids.h"
#include "QLCM/QLCM.h"

Include dependency graph for QLCM_dump.c:


Defines

#define TEXT_STR_SIZE   2048

Functions

void QLCM_dump (const unsigned char *buf)
 Dump a LCM package datagram.

Variables

static const char * severityStr [4]

Detailed Description

Display LCM package SSR datagrams.

**  CVS $Id: QLCM_dump.c,v 1.2 2005/12/12 15:00:36 dwood Exp $
**  

These functions display the contents of SSR datagrams sent by the LCM package.


Define Documentation

#define TEXT_STR_SIZE   2048
 

Maximum size in bytes of text data string.


Function Documentation

void QLCM_dump const unsigned char *  buf  ) 
 

Dump a LCM package datagram.

Parameters:
buf Pointer to buffer containing the datagram.


Variable Documentation

severityStr [static]
 

Initial value:

{
        "S", "W", "I", "E",
}
Name table of MSG severity levels.


Generated on Fri Dec 30 20:40:08 2005 by  doxygen 1.4.4