@@ -21,8 +21,6 extern rtems_id Task_id[]; /* | |||||
21 | extern rtems_name timecode_timer_name; |
|
21 | extern rtems_name timecode_timer_name; | |
22 | extern rtems_id timecode_timer_id; |
|
22 | extern rtems_id timecode_timer_id; | |
23 | extern unsigned char pa_bia_status_info; |
|
23 | extern unsigned char pa_bia_status_info; | |
24 | extern unsigned char cp_rpw_sc_rw1_rw2_f_flags; |
|
|||
25 | extern unsigned char cp_rpw_sc_rw3_rw4_f_flags; |
|
|||
26 |
|
24 | |||
27 | extern filterPar_t filterPar; |
|
25 | extern filterPar_t filterPar; | |
28 | extern rw_f_t rw_f; |
|
26 | extern rw_f_t rw_f; |
@@ -73,8 +73,6 unsigned int lastValidEnterModeTime | |||||
73 |
|
73 | |||
74 | // HK PACKETS |
|
74 | // HK PACKETS | |
75 | Packet_TM_LFR_HK_t housekeeping_packet = {0}; |
|
75 | Packet_TM_LFR_HK_t housekeeping_packet = {0}; | |
76 | unsigned char cp_rpw_sc_rw1_rw2_f_flags = 0; |
|
|||
77 | unsigned char cp_rpw_sc_rw3_rw4_f_flags = 0; |
|
|||
78 | // message queues occupancy |
|
76 | // message queues occupancy | |
79 | unsigned char hk_lfr_q_sd_fifo_size_max = 0; |
|
77 | unsigned char hk_lfr_q_sd_fifo_size_max = 0; | |
80 | unsigned char hk_lfr_q_rv_fifo_size_max = 0; |
|
78 | unsigned char hk_lfr_q_rv_fifo_size_max = 0; |
@@ -186,9 +186,6 rtems_task Init( rtems_task_argument ign | |||||
186 | rw_f.cp_rpw_sc_rw4_f3 = NAN; |
|
186 | rw_f.cp_rpw_sc_rw4_f3 = NAN; | |
187 | rw_f.cp_rpw_sc_rw4_f4 = NAN; |
|
187 | rw_f.cp_rpw_sc_rw4_f4 = NAN; | |
188 |
|
188 | |||
189 | cp_rpw_sc_rw1_rw2_f_flags = INIT_CHAR; |
|
|||
190 | cp_rpw_sc_rw3_rw4_f_flags = INIT_CHAR; |
|
|||
191 |
|
||||
192 | // initialize filtering parameters |
|
189 | // initialize filtering parameters | |
193 | filterPar.spare_sy_lfr_pas_filter_enabled = DEFAULT_SY_LFR_PAS_FILTER_ENABLED; |
|
190 | filterPar.spare_sy_lfr_pas_filter_enabled = DEFAULT_SY_LFR_PAS_FILTER_ENABLED; | |
194 | filterPar.sy_lfr_pas_filter_modulus = DEFAULT_SY_LFR_PAS_FILTER_MODULUS; |
|
191 | filterPar.sy_lfr_pas_filter_modulus = DEFAULT_SY_LFR_PAS_FILTER_MODULUS; |
@@ -331,9 +331,6 rtems_task hous_task(rtems_task_argument | |||||
331 |
|
331 | |||
332 | hk_lfr_le_me_he_update(); |
|
332 | hk_lfr_le_me_he_update(); | |
333 |
|
333 | |||
334 | housekeeping_packet.hk_lfr_sc_rw1_rw2_f_flags = cp_rpw_sc_rw1_rw2_f_flags; |
|
|||
335 | housekeeping_packet.hk_lfr_sc_rw3_rw4_f_flags = cp_rpw_sc_rw3_rw4_f_flags; |
|
|||
336 |
|
||||
337 | // SEND PACKET |
|
334 | // SEND PACKET | |
338 | status = rtems_message_queue_send( queue_id, &housekeeping_packet, |
|
335 | status = rtems_message_queue_send( queue_id, &housekeeping_packet, | |
339 | PACKET_LENGTH_HK + CCSDS_TC_TM_PACKET_OFFSET + CCSDS_PROTOCOLE_EXTRA_BYTES); |
|
336 | PACKET_LENGTH_HK + CCSDS_TC_TM_PACKET_OFFSET + CCSDS_PROTOCOLE_EXTRA_BYTES); |
General Comments 0
You need to be logged in to leave comments.
Login now