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

Constituent: fbs_rtos     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

FBS_prvrtos.h File Reference

Private definitions for FBS facilities built into the RTOS. More...

#include "MDB/MDB_pubdefs.h"

Include dependency graph for FBS_prvrtos.h:

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


Data Structures

struct  _FILE_Hdr
 Structure representing the external format of a file header. Requires that the structure be aligned on a 16-bit boundary. More...

Defines

#define FILE_L_NAME   (256)
 Longest name saved by FILE_open() (including EOS).
#define FILE_HDR_SIZE   (32)
 The size in bytes of a file header.
#define FILE_SYS_MAX_FILES   (32)
 The maximum number of files that may be open at once on a given DOSFS partition.
#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().
#define FILE_HDR_M_VERSION   (0xe000)
 Bit mask for file header internal version number.
#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.

Typedefs

typedef _FILE_Hdr FILE_Hdr
 Typedef for struct _FILE_Hdr.

Detailed Description

Private definitions for FBS facilities built into the RTOS.

CVS $Id: FBS_prvrtos.h,v 1.1.1.1 2005/11/04 04:10:57 apw Exp $
Author:
A.P.Waite

Define Documentation

#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


Generated on Wed Nov 16 20:55:14 2005 by  doxygen 1.4.4