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

Constituent: qlcm_dump     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QLCM.h File Reference

#include "LSF/LSF.h"
#include "PBI/Endianness.h"
#include "PBS/WCT.h"

Include dependency graph for QLCM.h:

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


Data Structures

struct  _QLCM_MSG_Dump_Info
 MSG dump information. More...
struct  _QLCM_MSG_Dump_Datagram
 LCM datagram for MSG output. More...

Defines

#define QLCM_MSG_VERSION_DGM   (1)
 Current version of the LCM package MSG output SSR datagram format.
#define QLCM_MSG_VERSION_INFO   (1)
 Current version of the LCM package MSG output information format.
#define QLCM_MSG_VERSION_TEXT   (1)
 Current version of the LCM package MSG output text format.

Typedefs

typedef enum _QLCM_MSG_Id QLCM_MSG_Id
 Typedef for _QLCM_MSG_Id.
typedef _QLCM_MSG_Dump_Info QLCM_MSG_Dump_Info
 Typedef for _QLCM_MSG_Dump_Info.
typedef _QLCM_MSG_Dump_Datagram QLCM_MSG_Dump_Datagram
 Typedef for _QLFS_Dump_Datagram.

Enumerations

enum  _QLCM_MSG_Id {
  QLCM_MSG_ID_NONE = 0,
  QLCM_MSG_ID_INFO = 1,
  QLCM_MSG_ID_TEXT = 2
}
 LCM package MSG output contribution IDs. More...

Functions

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

Detailed Description

**  CVS $Id: QLCM.h,v 1.1.1.1 2005/11/09 16:26:07 dwood Exp $
**  

Defines the public interface to the data structures that determine the format of MSG output data sent to the SSR.


Enumeration Type Documentation

enum _QLCM_MSG_Id
 

LCM package MSG output contribution IDs.

Enumerator:
QLCM_MSG_ID_NONE  Reserved ID value.
QLCM_MSG_ID_INFO  MSG information contribution.
QLCM_MSG_ID_TEXT  MSG text string contribution.


Function Documentation

void QLCM_dump const unsigned char *  buf  ) 
 

Dump a LCM package datagram.

Parameters:
buf Pointer to buffer containing the datagram.


Generated on Tue Dec 13 22:35:35 2005 by  doxygen 1.4.4