#ident "@(#) old_idf_defs.h 1.2 05/08/19 SwRI" /* guard against multiple inclusion */ #ifndef __IDF_DEFS_H #define __IDF_DEFS_H #define _MISSION 0 #define _SPACECRAFT 1 #define _EXP_DESC 2 #define _INST_DESC 3 #define _CONTACT 4 #define _NUM_COMNTS 5 #define _COMMENTS 6 #define _DS_YEAR 7 #define _DS_DAY 8 #define _DS_MSEC 9 #define _DS_USEC 10 #define _DE_YEAR 11 #define _DE_DAY 12 #define _DE_MSEC 13 #define _DE_USEC 14 #define _SMP_ID 15 #define _SEN_MODE 16 #define _N_QUAL 17 #define _CAL_SETS 18 #define _NUM_TBLS 19 #define _NUM_CONSTS 20 #define _STATUS 21 #define _PA_DEFINED 22 #define _SEN 23 #define _SWP_LEN 24 #define _MAX_NSS 25 #define _DATA_LEN 26 #define _FILL_FLG 27 #define _FILL 28 #define _DA_METHOD 29 #define _STATUS_NAME 30 #define _STATES 31 #define _SEN_NAME 32 #define _CAL_NAMES 33 #define _QUAL_NAME 34 #define _PA_FORMAT 35 #define _PA_PROJECT 36 #define _PA_MISSION 37 #define _PA_EXPER 38 #define _PA_INST 39 #define _PA_VINST 40 #define _PA_BXBYBZ 41 #define _PA_APPS 42 #define _PA_TBLS 43 #define _PA_OPS 44 #define _D_TYPE 45 #define _TDW_LEN 46 #define _SEN_STATUS 47 #define _TIME_OFF 48 #define _CAL_USE 49 #define _CAL_WLEN 50 #define _CAL_TARGET 51 #define _TBL_SCA_SZ 52 #define _TBL_ELE_SZ 53 #define _TBL_TYPE 54 #define _TBL_DESC_LEN 55 #define _TBL_DESC 56 #define _TBL_VAR 57 #define _TBL_EXPAND 58 #define _CRIT_ACT_SZ 59 #define _CRIT_STATUS 60 #define _CRIT_OFF 61 #define _CRIT_ACTION 62 #define _TBL_FMT 63 #define _TBL_OFF 64 #define _TBL_SCA 65 #define _TBL 66 #define _CONST_ID 67 #define _CONST_DESC_LEN 68 #define _CONST_DESC 69 #define _CONST_SCA 70 #define _VIDF_CONST 71 #endif