##// END OF EJS Templates
3.2.0.14...
paul -
r366:78a68c2c62b6 R3++ draft
parent child
Show More
@@ -66,33 +66,33 typedef struct{
66 unsigned char dpu_spw_rx_too_big;
66 unsigned char dpu_spw_rx_too_big;
67 } hk_lfr_me_t;
67 } hk_lfr_me_t;
68
68
69 #define B00 65
69 #define B00 196
70 #define B01 65
70 #define B01 196
71 #define B02 0
71 #define B02 0
72 #define B10 2048
72 #define B10 131
73 #define B11 -3817
73 #define B11 -244
74 #define B12 2048
74 #define B12 131
75 #define B20 2048
75 #define B20 161
76 #define B21 -3987
76 #define B21 -314
77 #define B22 2048
77 #define B22 161
78
78
79 #define A00 1
79 #define A00 1
80 #define A01 -1850
80 #define A01 -925
81 #define A02 0
81 #define A02 0
82 #define A10 1
82 #define A10 1
83 #define A11 -3787
83 #define A11 -947
84 #define A12 1758
84 #define A12 439
85 #define A20 1
85 #define A20 1
86 #define A21 -3974
86 #define A21 -993
87 #define A22 1943
87 #define A22 486
88
88
89 #define GAIN_B0 17
89 #define GAIN_B0 12
90 #define GAIN_B1 11
90 #define GAIN_B1 11
91 #define GAIN_B2 11
91 #define GAIN_B2 10
92
92
93 #define GAIN_A0 11
93 #define GAIN_A0 10
94 #define GAIN_A1 11
94 #define GAIN_A1 9
95 #define GAIN_A2 11
95 #define GAIN_A2 9
96
96
97 #define NB_COEFFS 3
97 #define NB_COEFFS 3
98 #define COEFF0 0
98 #define COEFF0 0
@@ -57,14 +57,14 option(FSW_debug_messages "Enable LFR de
57 option(FSW_cpu_usage_report "Enable LFR cpu usage report" OFF)
57 option(FSW_cpu_usage_report "Enable LFR cpu usage report" OFF)
58 option(FSW_stack_report "Enable LFR stack report" OFF)
58 option(FSW_stack_report "Enable LFR stack report" OFF)
59 option(FSW_vhdl_dev "?" OFF)
59 option(FSW_vhdl_dev "?" OFF)
60 option(FSW_lpp_dpu_destid "Set to debug at LPP" OFF)
60 option(FSW_lpp_dpu_destid "Set to debug at LPP" ON)
61 option(FSW_debug_watchdog "Enable debug watchdog" OFF)
61 option(FSW_debug_watchdog "Enable debug watchdog" OFF)
62 option(FSW_debug_tch "?" OFF)
62 option(FSW_debug_tch "?" OFF)
63
63
64 set(SW_VERSION_N1 "3" CACHE STRING "Choose N1 FSW Version." FORCE)
64 set(SW_VERSION_N1 "3" CACHE STRING "Choose N1 FSW Version." FORCE)
65 set(SW_VERSION_N2 "2" CACHE STRING "Choose N2 FSW Version." FORCE)
65 set(SW_VERSION_N2 "2" CACHE STRING "Choose N2 FSW Version." FORCE)
66 set(SW_VERSION_N3 "0" CACHE STRING "Choose N3 FSW Version." FORCE)
66 set(SW_VERSION_N3 "0" CACHE STRING "Choose N3 FSW Version." FORCE)
67 set(SW_VERSION_N4 "13" CACHE STRING "Choose N4 FSW Version." FORCE)
67 set(SW_VERSION_N4 "14" CACHE STRING "Choose N4 FSW Version." FORCE)
68
68
69 if(FSW_verbose)
69 if(FSW_verbose)
70 add_definitions(-DPRINT_MESSAGES_ON_CONSOLE)
70 add_definitions(-DPRINT_MESSAGES_ON_CONSOLE)
General Comments 0
You need to be logged in to leave comments. Login now