summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/inc
diff options
context:
space:
mode:
authordufour2009-12-01 14:23:56 +0000
committerdufour2009-12-01 14:23:56 +0000
commitba51b92dd6a69e5c60f9829f0d91fe6cc505e472 (patch)
treeb7e1ae98f353f12598cdf9615eb118f696f3c596 /cesar/ce/rx/inc
parent1368ddc75352cf3c43395b43c04a3987145953e1 (diff)
cesar/ce/rx: add an option to disable retrieval of PB measurements
Retrieval of PB measurements from the SAR can lower performance because it takes times. As the moment being, we do not use the PB measurements (for PB error rate and BER means computations for the CE/RX) even if we retrieve it. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6501 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce/rx/inc')
-rw-r--r--cesar/ce/rx/inc/rx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cesar/ce/rx/inc/rx.h b/cesar/ce/rx/inc/rx.h
index 7bcbf061b4..b864cb9cf5 100644
--- a/cesar/ce/rx/inc/rx.h
+++ b/cesar/ce/rx/inc/rx.h
@@ -120,6 +120,10 @@ struct ce_rx_t
*/
trace_buffer_t trace;
#endif
+ /**
+ * Get PB measurements from the SAR?
+ */
+ bool measure_get_pbm;
};
/**