#ident "@(#) old_local_defs.h 1.1 05/08/19 SwRI" /* guard against multiple inclusion */ #ifndef __LOCAL_DEFS_H #define __LOCAL_DEFS_H #define _MISSION_ 80 #define _SPACECRAFT_ 80 #define _EXP_DESC_ 80 #define _INST_DESC_ 80 #define _CONTACT_ 400 #define _NUM_COMNTS_ 2 #define _COMMENTS_ 80 #define _DS_YEAR_ 2 #define _DS_DAY_ 2 #define _DS_MSEC_ 4 #define _DS_USEC_ 2 #define _DE_YEAR_ 2 #define _DE_DAY_ 2 #define _DE_MSEC_ 4 #define _DE_USEC_ 2 #define _SMP_ID_ 1 #define _SEN_MODE_ 1 #define _N_QUAL_ 1 #define _CAL_SETS_ 1 #define _NUM_TBLS_ 1 #define _NUM_CONSTS_ 1 #define _STATUS_ 1 #define _PA_DEFINED_ 1 #define _SEN_ 2 #define _SWP_LEN_ 2 #define _MAX_NSS_ 2 #define _DATA_LEN_ 4 #define _FILL_FLG_ 1 #define _FILL_ 4 #define _DA_METHOD_ 1 #define _STATUS_NAME_ 80 #define _STATES_ 2 #define _SEN_NAME_ 80 #define _CAL_NAMES_ 80 #define _QUAL_NAME_ 80 #define _PA_FORMAT_ 2 #define _PA_PROJECT_ 21 #define _PA_MISSION_ 21 #define _PA_EXPER_ 21 #define _PA_INST_ 21 #define _PA_VINST_ 21 #define _PA_BXBYBZ_ 6 #define _PA_APPS_ 2 #define _PA_TBLS_ 2 #define _PA_OPS_ 2 #define _D_TYPE_ 1 #define _TDW_LEN_ 1 #define _SEN_STATUS_ 1 #define _TIME_OFF_ 4 #define _CAL_USE_ 2 #define _CAL_WLEN_ 1 #define _CAL_TARGET_ 1 #define _TBL_SCA_SZ_ 4 #define _TBL_ELE_SZ_ 4 #define _TBL_TYPE_ 1 #define _TBL_DESC_LEN_ 2 #define _TBL_DESC_ 80 #define _TBL_VAR_ 1 #define _TBL_EXPAND_ 1 #define _CRIT_ACT_SZ_ 4 #define _CRIT_STATUS_ 1 #define _CRIT_OFF_ 2 #define _CRIT_ACTION_ 4 #define _TBL_FMT_ 1 #define _TBL_OFF_ 4 #define _TBL_SCA_ 1 #define _TBL_ 4 #define _CONST_ID_ 1 #define _CONST_DESC_LEN_ 2 #define _CONST_DESC_ 80 #define _CONST_SCA_ 1 #define _CONST_ 4 #define COMMENTS_ _NUM_COMNTS #define STATUS_NAME_ _STATUS #define STATES_ _STATUS #define SEN_NAME_ _SEN #define FILL_ _FILL_FLG #define CAL_NAMES_ _CAL_SETS #define QUAL_NAME_ _N_QUAL #define D_TYPE_ _SEN #define TDW_LEN_ _SEN #define SEN_STATUS_ _SEN #define TIME_OFF_ _SEN #define CAL_USE_ _CAL_SETS #define CAL_WLEN_ _CAL_SETS #define CAL_TARGET_ _CAL_SETS #define CRIT_STATUS_ _SEN #define CRIT_OFF_ _SEN #define CRIT_ACTION_ _CRIT_ACT_SZ #define TBL_FMT_ _SEN #define TBL_OFF_ _SEN #define TBL_SCA_ _TBL_SCA_SZ #define TBL_ _TBL_ELE_SZ #define CONST_SCA_ _SEN #define CONST_ _SEN #define TBL_DESC_ _TBL_DESC_LEN #define CONST_DESC_ _CONST_DESC_LEN #define PA_FORMAT_ _PA_DEFINED #define PA_PROJECT_ _PA_DEFINED #define PA_MISSION_ _PA_DEFINED #define PA_EXPER_ _PA_DEFINED #define PA_INST_ _PA_DEFINED #define PA_VINST_ _PA_DEFINED #define PA_BXBYBZ_ _PA_DEFINED #define PA_APPS_ _PA_DEFINED #define PA_TBLS_ _PA_APPS #define PA_OPS_ _PA_APPS #endif