##// END OF EJS Templates
printf are used to test the new setFBinMask (Bug 747 and other similar bugs)
printf are used to test the new setFBinMask (Bug 747 and other similar bugs)

File last commit:

r302:94c9c25ace49 R3_plus
r314:9e5325937a5e R3_plus
Show More
avf2_prc2.h
28 lines | 689 B | text/x-c | CLexer
#ifndef AVF2_PRC2_H
#define AVF2_PRC2_H
#include "fsw_processing.h"
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 );
void SM_average_f2( float *averaged_spec_mat_f2, ring_node_sm *ring_node, unsigned int nbAverageNormF2 );
//*******
// EXTERN
extern struct ring_node_sm *ring_node_for_averaging_sm_f2;
extern rtems_status_code get_message_queue_id_prc2( rtems_id *queue_id );
#endif // AVF2_PRC2_H