ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/lev0/apps/load_hk_config_files.h
Revision 1.10 - (view) (annotate) - [select for diffs]
Wed Jan 23 23:24:34 2013 UTC (10 years, 8 months ago) by jim
Branch: MAIN
CVS Tags: HEAD, Ver_8-0, Ver_8-1, Ver_8-10, Ver_8-11, Ver_8-12, Ver_8-2, Ver_8-3, Ver_8-4, Ver_8-5, Ver_8-6, Ver_8-7, Ver_8-8, Ver_9-0, Ver_9-1, Ver_9-2, Ver_9-3, Ver_9-4, Ver_9-41, Ver_9-5, Ver_LATEST
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
add IRIS

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Jan 23 23:21:19 2013 UTC (10 years, 8 months ago) by jim
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
add IRIS_ID_TYPE

Revision 1.8 - (view) (annotate) - [select for diffs]
Tue May 3 23:40:42 2011 UTC (12 years, 4 months ago) by arta
Branch: MAIN
CVS Tags: Ver_5-13, Ver_5-14, Ver_6-0, Ver_6-1, Ver_6-2, Ver_6-3, Ver_6-4, Ver_7-0, Ver_7-1
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Changes for the porting of the egse hmi compression library from the CM tree to the CVS/JSOC tree

Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Jul 16 17:48:32 2009 UTC (14 years, 2 months ago) by carl
Branch: MAIN
CVS Tags: Ver_5-10, Ver_5-11, Ver_5-12, Ver_5-2, Ver_5-3, Ver_5-5, Ver_5-6, Ver_5-7, Ver_5-8, Ver_5-9
Changes since 1.6: +13 -0 lines
Diff to previous 1.6
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

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu May 28 23:19:07 2009 UTC (14 years, 3 months ago) by carl
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
load_hk_config_files.h: Added: #define MAX_SIZE_PKT_DATE       100

Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Apr 8 19:25:19 2009 UTC (14 years, 5 months ago) by carl
Branch: MAIN
CVS Tags: Ver_5-1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
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);

Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Mar 17 23:28:13 2009 UTC (14 years, 6 months ago) by carl
Branch: MAIN
Changes since 1.3: +25 -3 lines
Diff to previous 1.3
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.

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Sep 11 19:00:14 2008 UTC (15 years ago) by carl
Branch: MAIN
CVS Tags: Ver_4-7, Ver_5-0
Changes since 1.2: +18 -28 lines
Diff to previous 1.2
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.

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Feb 6 23:16:31 2008 UTC (15 years, 7 months ago) by carl
Branch: MAIN
CVS Tags: NewTree01_cp08_JSOC, NewTree01_cp09_JSOC, Ver_4-1, Ver_4-2, Ver_4-3, Ver_4-4, Ver_4-5, Ver_4-6
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
moved egse code to JSOC

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Oct 16 22:48:16 2007 UTC (15 years, 11 months ago) by arta
Branch: MAIN
CVS Tags: NewTree01_cp05_JSOC, NewTree01_cp06_JSOC, NewTree01_cp07_JSOC, Ver_4-0
Move JSOC/src/base to JSOC/base and JSOC/src/proj to JSOC/proj.  86 JSOC/src.

Convenience Links

Links to HEAD: (view) (annotate) Links to Ver_8-10: (view) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a