@@ -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 6 |
|
69 | #define B00 196 | |
70 |
#define B01 6 |
|
70 | #define B01 196 | |
71 | #define B02 0 |
|
71 | #define B02 0 | |
72 |
#define B10 |
|
72 | #define B10 131 | |
73 |
#define B11 - |
|
73 | #define B11 -244 | |
74 |
#define B12 |
|
74 | #define B12 131 | |
75 |
#define B20 |
|
75 | #define B20 161 | |
76 |
#define B21 -3 |
|
76 | #define B21 -314 | |
77 |
#define B22 |
|
77 | #define B22 161 | |
78 |
|
78 | |||
79 | #define A00 1 |
|
79 | #define A00 1 | |
80 |
#define A01 - |
|
80 | #define A01 -925 | |
81 | #define A02 0 |
|
81 | #define A02 0 | |
82 | #define A10 1 |
|
82 | #define A10 1 | |
83 |
#define A11 - |
|
83 | #define A11 -947 | |
84 |
#define A12 |
|
84 | #define A12 439 | |
85 | #define A20 1 |
|
85 | #define A20 1 | |
86 |
#define A21 -3 |
|
86 | #define A21 -993 | |
87 |
#define A22 |
|
87 | #define A22 486 | |
88 |
|
88 | |||
89 |
#define GAIN_B0 1 |
|
89 | #define GAIN_B0 12 | |
90 | #define GAIN_B1 11 |
|
90 | #define GAIN_B1 11 | |
91 |
#define GAIN_B2 1 |
|
91 | #define GAIN_B2 10 | |
92 |
|
92 | |||
93 |
#define GAIN_A0 1 |
|
93 | #define GAIN_A0 10 | |
94 |
#define GAIN_A1 |
|
94 | #define GAIN_A1 9 | |
95 |
#define GAIN_A2 |
|
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" O |
|
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 "1 |
|
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