##// END OF EJS Templates
Removed unused function and implemented scrubbing perriod counter...
Removed unused function and implemented scrubbing perriod counter - removed send_dumb_hk function since it is useless - added a new CMake build option 'FSW_Instrument_Scrubbing' to count scrubbing cycles and deduce scrubbing period. When enabled, this will steal the lfr_fpga_version[BYTE_0] field from houskeeping packets.

File last commit:

r214:a9666078ac0b R3
r389:74df79cc7806 No PWD scrub with...
Show More
avf0_prc0.h
38 lines | 948 B | text/x-c | CLexer
paul
Sources reorganized...
r126 #ifndef AVF0_PRC0_H_INCLUDED
#define AVF0_PRC0_H_INCLUDED
#include "fsw_processing.h"
paul
Rev 1.0.0.6
r128 #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 sbm1_bp1;
unsigned int sbm1_bp2;
unsigned int sbm2_bp1;
unsigned int sbm2_bp2;
} nb_sm_before_bp_asm_f0;
//************
// RTEMS TASKS
rtems_task avf0_task( rtems_task_argument lfrRequestedMode );
rtems_task prc0_task( rtems_task_argument lfrRequestedMode );
//**********
// FUNCTIONS
void reset_nb_sm_f0( unsigned char lfrMode );
paul
rev 3.0.0.6...
r214 void init_k_coefficients_prc0( void );
paul
Integration of basic parameters functions in the flight software...
r179 void test_TCH( void );
paul
Sources reorganized...
r126
//*******
// EXTERN
extern rtems_status_code get_message_queue_id_prc0( rtems_id *queue_id );
#endif // AVF0_PRC0_H_INCLUDED