##// END OF EJS Templates
3.2.0.0...
3.2.0.0 Bug 920 GRLIB-TN-0009 mitigation --330 Commit before going back to Rev 326 --329 partial recoding of reaction wheel filtering -- 328 compliance with ICD 4.3 moving average updated and averages written in HK packets

File last commit:

r214:a9666078ac0b R3
r345:c2bf5d0fa351 R3++
Show More
avf1_prc1.h
35 lines | 806 B | text/x-c | CLexer
paul
Sources reorganized...
r126 #ifndef AVF1_PRC1_H
#define AVF1_PRC1_H
#include "fsw_processing.h"
paul
Integration of basic parameters functions in the flight software...
r179 #include "basic_parameters.h"
paul
fifo occupation reported in the HK packet
r197 #include "fsw_init.h"
paul
Sources reorganized...
r126
typedef struct {
unsigned int norm_bp1;
unsigned int norm_bp2;
unsigned int norm_asm;
unsigned int burst_sbm_bp1;
unsigned int burst_sbm_bp2;
unsigned int burst_bp1;
unsigned int burst_bp2;
unsigned int sbm2_bp1;
unsigned int sbm2_bp2;
} nb_sm_before_bp_asm_f1;
//************
// RTEMS TASKS
rtems_task avf1_task( rtems_task_argument lfrRequestedMode );
rtems_task prc1_task( rtems_task_argument lfrRequestedMode );
//**********
// FUNCTIONS
void reset_nb_sm_f1( unsigned char lfrMode );
paul
rev 3.0.0.6...
r214 void init_k_coefficients_prc1( void );
paul
Sources reorganized...
r126
//*******
// EXTERN
extern rtems_status_code get_message_queue_id_prc1( rtems_id *queue_id );
#endif // AVF1_PRC1_H