##// 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
avf1_prc1.h
33 lines | 774 B | text/x-c | CLexer
#ifndef AVF1_PRC1_H
#define AVF1_PRC1_H
#include "fsw_processing.h"
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 );
//*******
// EXTERN
extern struct ring_node_sm *ring_node_for_averaging_sm_f1;
extern rtems_status_code get_message_queue_id_prc1( rtems_id *queue_id );
#endif // AVF1_PRC1_H