summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/inc
diff options
context:
space:
mode:
authordufour2009-05-29 11:27:41 +0000
committerdufour2009-05-29 11:27:41 +0000
commitddd29b487bcce358c43f084abf75ee2d0808fcc0 (patch)
treeeb5d25d5c10b820cff7e12b287e660030898df71 /cesar/ce/rx/inc
parent32590a0c15808f2bc107742c14b58c00bfdcf037 (diff)
* ce/rx:
- register our callback to get measure with the SAR module, - ce rx measure initialisation now requires the SAR context, - remove an assert to prevent test failure. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4721 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce/rx/inc')
-rw-r--r--cesar/ce/rx/inc/measure.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cesar/ce/rx/inc/measure.h b/cesar/ce/rx/inc/measure.h
index 1c88f2bc49..f40d151fa1 100644
--- a/cesar/ce/rx/inc/measure.h
+++ b/cesar/ce/rx/inc/measure.h
@@ -14,6 +14,7 @@
*/
#include "lib/mbox.h"
+#include "mac/sar/sar.h"
#include "ce/rx/rx.h"
#include "ce/rx/measure.h"
@@ -45,9 +46,10 @@ BEGIN_DECLS
/**
* Initialize the sub module of measure of the CE RX.
* \param ce_rx the CE RX context.
+ * \param sar the SAR context.
*/
void
-ce_rx_measure_init (ce_rx_t *ce_rx);
+ce_rx_measure_init (ce_rx_t *ce_rx, sar_t *sar);
/**
* Un-initialize the sub module of measure of the CE RX.