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

Constituent: qrsd_check     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QHFC_rsd_check.c File Reference

#include "PBI/Check.h"
#include "QSP/QHFC_rsd_v0.h"
#include "XFC/HFC_status.h"

Include dependency graph for QHFC_rsd_check.c:


Defines

#define CheckStatusV0(_b)
#define CheckStatusMaskV0(_m)

Functions

 CheckStatusV0 (STAGE_GEM)
 CheckStatusV0 (STAGE_DIR)
 CheckStatusV0 (STAGE_CAL)
 CheckStatusV0 (STAGE_CAL_ECHK)
 CheckStatusV0 (STAGE_CAL_LCHK)
 CheckStatusV0 (MULTI_PKT)
 CheckStatusV0 (ERR_CAL)
 CheckStatusV0 (ERR_CTB)
 CheckStatusV0 (ERR_DIR)
 CheckStatusV0 (RSVD_09)
 CheckStatusV0 (RSVD_10)
 CheckStatusV0 (RSVD_11)
 CheckStatusV0 (RSVD_12)
 CheckStatusV0 (RSVD_13)
 CheckStatusV0 (RSVD_14)
 CheckStatusV0 (RSVD_15)
 CheckStatusV0 (RSVD_16)
 CheckStatusV0 (RSVD_17)
 CheckStatusV0 (RSVD_18)
 CheckStatusV0 (RSVD_19)
 CheckStatusV0 (RSVD_20)
 CheckStatusV0 (RSVD_21)
 CheckStatusV0 (RSVD_22)
 CheckStatusV0 (RSVD_23)
 CheckStatusV0 (RSVD_24)
 CheckStatusV0 (RSVD_25)
 CheckStatusV0 (LYR_ENERGY)
 CheckStatusV0 (LYR_COUNTS)
 CheckStatusV0 (GEM_NOTKR)
 CheckStatusV0 (GEM_NOCALLO)
 CheckStatusV0 (GEM_NOCNO)
 CheckStatusV0 (VETOED)
 CheckStatusMaskV0 (INFO)
 CheckStatusMaskV0 (PASSES)
 CheckStatusMaskV0 (VETOES)

Detailed Description

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: QHFC_rsd_check.c,v 1.1 2008/06/09 19:53:57 russell Exp $

This is produces no real code, it merely checks that the definition of the result summary data in this package matches that XFC version. This is in keeping with the practice of not exporting FSW proper code out of the Q-packages.


Define Documentation

#define CheckStatusMaskV0 _m   ) 
 

Value:

CHECK(HFC_V0_STATUS_M_ ## _m,                                     \
                (HFC_STATUS_M_ ## _m == QHFC_RSD_V0_STATUS_M_ ## _m))

#define CheckStatusV0 _b   ) 
 

Value:

CHECK(HFC_V0_STATUS_ ## _b,                                       \
               ((HFC_STATUS_V_ ## _b == QHFC_RSD_V0_STATUS_V_ ## _b)      \
             && (HFC_STATUS_M_ ## _b == QHFC_RSD_V0_STATUS_M_ ## _b)))


Generated on Thu Jun 12 02:27:41 2008 by  doxygen 1.4.4