add IRIS
add IRIS_ID_TYPE
Changes for the porting of the egse hmi compression library from the CM tree to the CVS/JSOC tree
load_hk_config_files.h: Added fixes to fix bug #164. This includes the following: #define HMIKER_ID_TYPE "HMIKER" #define AIAKER_ID_TYPE "AIAKER" #define HK_LR_HMI_KER_TELEM 5 #define HK_LR_AIA_KER_TELEM 37 #define HK_LR_HMI_LRANGE 1 #define HK_LR_HMI_HRANGE 31 #define HK_HSB_HMI_LRANGE 400 #define HK_HSB_HMI_HRANGE 499 #define HK_LR_AIA_LRANGE 32 #define HK_LR_AIA_HRANGE 64 #define HK_HSB_AIA_LRANGE 500 #define HK_HSB_AIA_HRANGE 599
load_hk_config_files.h: Added: #define MAX_SIZE_PKT_DATE 100
load_hk_config_files.h: Did following update after Keh-Cheng found compile problem when using later version of gcc compiler. Below shows the changes, which involved specifying the array sizes for three functions. Tested code update using ingest_lev0. $ cvs diff load_hk_config_files.h diff -r1.4 load_hk_config_files.h 183,185c183,185 < int load_hdpf_keyword_lines(char keyword_lines[][], int i, HK_Config_Files *ptr_config_node); < int load_hdpf_dsc_lines(char dsc_lines[][], int j, HK_Config_Files *ptr_config_node); < int load_hdpf_alg_lines(char alg_lines[][], int k, HK_Config_Files *ptr_config_node); --- > int load_hdpf_keyword_lines(char keyword_lines[MAX_NUM_KW_LINES][MAXLINE_IN_FILE], int i, HK_Config_Files *ptr_config_node); > int load_hdpf_dsc_lines(char dsc_lines[MAX_NUM_DCON_LINES][MAXLINE_DCON_IN_FILE], int j, HK_Config_Files *ptr_config_node); > int load_hdpf_alg_lines(char alg_lines[MAX_NUM_ACON_LINES][MAXLINE_ACON_IN_FILE], int k, HK_Config_Files *ptr_config_node);
load_hk_config_files.h: Added defines for APID values.Updated structure with apid_name string value to handle update(ticket 105) for merge data series. updated prototype of read_all_hk_config_file function with new packet version number argument.
load_hk_config_files.h: Added SHCIDS_Version_Number_struct to hold lines of shcids.txt file in order to process and decode SDO HK packets(apid 129,etc). Removed header comments since use comment history in cvs now. Update function api's in file as part of the enhancement to lev0 hk code to process SDO-HK Packets too.
moved egse code to JSOC
Move JSOC/src/base to JSOC/base and JSOC/src/proj to JSOC/proj. 86 JSOC/src.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.