##// END OF EJS Templates
printf removed or replaced by PRINTF macros...
printf removed or replaced by PRINTF macros sequence counts modified for DUMP packets, now it depends on the source id bug 516 corrected

File last commit:

r214:a9666078ac0b R3
r227:919e10e56ea1 R3
Show More
avf2_prc2.h
30 lines | 738 B | text/x-c | CLexer
paul
Sources reorganized...
r126 #ifndef AVF2_PRC2_H
#define AVF2_PRC2_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;
} nb_sm_before_bp_asm_f2;
//************
// RTEMS TASKS
rtems_task avf2_task( rtems_task_argument lfrRequestedMode );
rtems_task prc2_task( rtems_task_argument lfrRequestedMode );
//**********
// FUNCTIONS
void reset_nb_sm_f2( void );
paul
Integration of basic parameters functions in the flight software...
r179 void SM_average_f2(float *averaged_spec_mat_f2, ring_node *ring_node, unsigned int nbAverageNormF2 , asm_msg *msgForMATR);
paul
rev 3.0.0.6...
r214 void init_k_coefficients_prc2( void );
paul
Sources reorganized...
r126
//*******
// EXTERN
extern rtems_status_code get_message_queue_id_prc2( rtems_id *queue_id );
#endif // AVF2_PRC2_H