GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > FILE / V3-7-3

Constituent: file_hdr_show     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

FILE_hdr_private.h File Reference

File header library private definitions. More...

#include "FILE/FILE_hdr.h"
#include "MSG/MSG_pubdefs.h"

Include dependency graph for FILE_hdr_private.h:

Include dependency graph

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

Included by dependency graph

Data Structures

struct  _FILE_Hdr

Defines

#define FILE_HDR_SIZE   32
#define FILE_HDR_MSG(_status, _param)   _msg_report((_status), 0, 1, (_param))
#define FILE_HDR_M_VERSION   0xe000
#define FILE_HDR_M_COMPRESS   0x1000
#define FILE_HDR_M_LENGTH   0x01ff

Typedefs

typedef _FILE_Hdr FILE_Hdr

Detailed Description

File header library private definitions.

Author:
D.L. Wood

Define Documentation

#define FILE_HDR_M_COMPRESS   0x1000
 

Bit mask for file header compression flag.

#define FILE_HDR_M_LENGTH   0x01ff
 

Bit mask for file header internal length value.

#define FILE_HDR_M_VERSION   0xe000
 

Bit mask for file header internal version number.

#define FILE_HDR_MSG _status,
_param   )     _msg_report((_status), 0, 1, (_param))
 

Configuration-dependent message signaller. For boot configuration, a no-op. For application configuration, calls _msg_report().

Parameters:
_status The variable holding the status code.
_param Message specific parameter value.

#define FILE_HDR_SIZE   32
 

The size in bytes of a file header.


Typedef Documentation

FILE_Hdr
 

The typedef for _FILE_Hdr.


Generated on Thu Aug 25 21:09:07 2005 by doxygen 1.3.3