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

Constituent: qlfs_dump     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QLFS.h File Reference

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

Include dependency graph for QLFS.h:

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


Data Structures

struct  _QLFS_DUMPSTFLAGS_Bfl
 File Dump Flags. More...
union  _QLFS_DUMPSTFLAGS
 Union for telemetry bitfield _QLFS_DUMPSTFLAGS_Bfl. More...
struct  _QLFS_FILESTID_Bfl
 File Storage ID. More...
union  _QLFS_FILESTID
 Union for telemetry bitfield _QLFS_FILESTID_Bfl. More...
struct  _QLFS_Dump_Desc
 Description of a file dump contribution. More...
struct  _QLFS_Dump_Datagram
 LSF datagram for a file dump. More...

Defines

#define QLFS_VERSION_DGM   (1)
 Current version of the LFS package SSR datagram format.
#define QLFS_VERSION_DESC   (1)
 Current version of the LFS package dump description format.
#define QLFS_VERSION_DATA   (1)
 Current version of the LFS package dump data format.

Typedefs

typedef enum _QLFS_Id QLFS_Id
 Typedef for _QLFS_Id.
typedef _QLFS_DUMPSTFLAGS_Bfl QLFS_DUMPSTFLAGS_Bfl
 Typedef for telemetry bitfield structure _QLFS_DUMPSTFLAGS_Bfl.
typedef _QLFS_DUMPSTFLAGS QLFS_DUMPSTFLAGS
 Typedef for union _LFS_DUMPSTFLAGS.
typedef _QLFS_FILESTID_Bfl QLFS_FILESTID_Bfl
 Typedef for telemetry bitfield structure _QLFS_FILESTID_Bfl.
typedef _QLFS_FILESTID QLFS_FILESTID
 Typedef for union _QLFS_FILESTID.
typedef _QLFS_Dump_Desc QLFS_Dump_Desc
 Typedef for _QLFS_Dump_Desc.
typedef _QLFS_Dump_Datagram QLFS_Dump_Datagram
 Typedef for _QLFS_Dump_Datagram.

Enumerations

enum  _QLFS_Id {
  QLFS_ID_NONE = 0,
  QLFS_ID_DESC = 1,
  QLFS_ID_DATA = 2
}
 LFS package contribution IDs. More...

Functions

void QLFS_dump (const unsigned char *buf)
 Dump a LFS package datagram.

Detailed Description

**  CVS $Id: QLFS.h,v 1.1.1.3 2005/11/01 20:37:00 dwood Exp $
**  

Defines the public interface to the data structures that determine the format of file dump data sent to the SSR.


Enumeration Type Documentation

enum _QLFS_Id
 

LFS package contribution IDs.

Enumerator:
QLFS_ID_NONE  Reserved ID value.
QLFS_ID_DESC  Dump description contribution.
QLFS_ID_DATA  Dump data contribution.


Function Documentation

void QLFS_dump const unsigned char *  buf  ) 
 

Dump a LFS package datagram.

Parameters:
buf Pointer to buffer containing the datagram.


Generated on Thu Feb 23 21:46:00 2006 by  doxygen 1.4.4