summaryrefslogtreecommitdiff
path: root/cesar/cp/inc
diff options
context:
space:
mode:
authorlacour2009-04-14 15:30:01 +0000
committerlacour2009-04-14 15:30:01 +0000
commit160853e355b949b64baa66e55c9414cdd911e090 (patch)
treee1eaa029cc2a0ec0297b1021c14197e4c2db8a3b /cesar/cp/inc
parentfb0dacd59fb5df928f39f81f6465af3363201810 (diff)
[CE] Integration au CP.
- ce_init becomes rxce_init. - Split rx.h in ce/rx.h and ce/inc/rx.h (and tx) - Use bitstream to create/read CEI MME. - Integration of txce in CP and its fsm. - Fill other tonemap field (ble, bitperpb...). - Add Maximus test : Description : CCO/STA association. Data exchange. Bitloading. (initial step) CEI exchange. Tonemap used. TODO : Provide chandata_dma header table as interface with pbproc. Wait for development of chandata loading by pbproc. Check computation, exchange, and use of tonemap in the test. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4456 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/inc')
-rw-r--r--cesar/cp/inc/context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cesar/cp/inc/context.h b/cesar/cp/inc/context.h
index 9b58019663..bfd72baeab 100644
--- a/cesar/cp/inc/context.h
+++ b/cesar/cp/inc/context.h
@@ -51,6 +51,7 @@
#include "cp/msg/inc/context.h"
#include "cp/fsm/inc/context.h"
#include "cp/pwl/inc/pwl.h"
+#include "ce/inc/tx.h"
enum cp_handover_reason_t
@@ -155,6 +156,9 @@ struct cp_t
/** Handover context. */
struct cp_handover_t handover;
+
+ /** TXCE context. */
+ txce_t *txce;
};
#endif /* cp_inc_cp_h */