##// END OF EJS Templates
minor updates
paul -
r48:dad8371a5549 default
parent child
Show More
@@ -707,7 +707,7 typedef struct {
707 unsigned char sy_lfr_n_bp_p0;
707 unsigned char sy_lfr_n_bp_p0;
708 unsigned char sy_lfr_n_bp_p1;
708 unsigned char sy_lfr_n_bp_p1;
709 unsigned char sy_lfr_n_cwf_long_f3;
709 unsigned char sy_lfr_n_cwf_long_f3;
710 unsigned char lfr_normal_parameters_spare;
710 unsigned char pa_rpw_spare8_1;
711
711
712 //*****************
712 //*****************
713 // BURST PARAMETERS
713 // BURST PARAMETERS
@@ -741,6 +741,7 typedef struct {
741 unsigned char sy_lfr_fbins_f2_word4[4];
741 unsigned char sy_lfr_fbins_f2_word4[4];
742
742
743 // PAS FILTER PARAMETERS
743 // PAS FILTER PARAMETERS
744 unsigned char pa_rpw_spare8_2;
744 unsigned char spare_sy_lfr_pas_filter_enabled;
745 unsigned char spare_sy_lfr_pas_filter_enabled;
745 unsigned char sy_lfr_pas_filter_modulus;
746 unsigned char sy_lfr_pas_filter_modulus;
746 unsigned char sy_lfr_pas_filter_tbad[4];
747 unsigned char sy_lfr_pas_filter_tbad[4];
@@ -763,7 +764,7 typedef struct {
763 unsigned char sy_lfr_rw_mask_f2_word4[4];
764 unsigned char sy_lfr_rw_mask_f2_word4[4];
764
765
765 // SPARE
766 // SPARE
766 unsigned char source_data_spare;
767 unsigned char pa_rpw_spare8_3;
767 } Packet_TM_LFR_PARAMETER_DUMP_t;
768 } Packet_TM_LFR_PARAMETER_DUMP_t;
768
769
769 typedef struct {
770 typedef struct {
@@ -272,4 +272,10 struct param_local_str{
272 unsigned int local_sbm2_nb_cwf_max;
272 unsigned int local_sbm2_nb_cwf_max;
273 };
273 };
274
274
275 typedef struct {
276 unsigned char merged_fbins_mask_f0[16];
277 unsigned char merged_fbins_mask_f1[16];
278 unsigned char merged_fbins_mask_f2[16];
279 } fbins_masks_t;
280
275 #endif // FSW_PARAMS_H_INCLUDED
281 #endif // FSW_PARAMS_H_INCLUDED
General Comments 0
You need to be logged in to leave comments. Login now