summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/bw
diff options
context:
space:
mode:
authorboure2008-08-04 16:11:57 +0000
committerboure2008-08-04 16:11:57 +0000
commitb0c217f44711ecbf3b06e32cbe88747cea0339fe (patch)
tree51a2e5559d537d1faca8dbb948c23ea512467133 /cesar/cp2/cco/bw
parent652b672b3374e6636973675b47e539cfd279f7df (diff)
modification of docs in motion some function cleared
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2712 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco/bw')
-rw-r--r--cesar/cp2/cco/bw/inc/bw.h35
1 files changed, 5 insertions, 30 deletions
diff --git a/cesar/cp2/cco/bw/inc/bw.h b/cesar/cp2/cco/bw/inc/bw.h
index ef7c853206..294778cbf8 100644
--- a/cesar/cp2/cco/bw/inc/bw.h
+++ b/cesar/cp2/cco/bw/inc/bw.h
@@ -26,44 +26,19 @@
* \param sched schedule to release
* \return \todo fill this
*
- * Initialise the new schedule
- */
-cp_cco_bw_alloc_t*
-cp_cco_bw_release_sched (cp_cco_bw_alloc_t* sched);
-
-
-/**
- * Function taht will allocate the central beacon
- * \param ctx Control Plane Context
- *
*/
void
-cp_cco_bw_alloc_central (cp_t *ctx);
+cp_cco_bw_release_sched (cp_t *ctx);
/**
- * Function taht will allocate the min_csma
- * \param ctx Control Plane Context
- *
- */
-void
-cp_cco_bw_alloc_mincsma (cp_t *ctx);
-
-/**
- * Function taht will allocate the end_tdma
+ * Function that will allocate the end_tdma
* \param ctx Control Plane Context
*
*/
void
cp_cco_bw_alloc_end_tdma (cp_t *ctx);
-/**
- * Function taht will allocate the cfpi
- * \param ctx Control Plane Context
- *
- */
-void
-cp_cco_bw_alloc_cfpi (cp_t *ctx);
-
+/
/**
* Function that will allocate the proxy beacons
* \param ctx Control Plane Context
@@ -131,8 +106,8 @@ cp_cco_bw_get_first_alloc_actual(cp_t *ctx);
*
*/
bool
-cp_cco_bw_get_alloc_ble(cp_link_ble_interval_t **first_ble,
- cp_link_ble_interval_t **last_ble,
+cp_cco_bw_get_alloc_ble(cp_link_ble_interval_t *first_ble,
+ cp_link_ble_interval_t *last_ble,
u16 nb_pb,
cp_cco_bw_alloc_t *alloc,
cp_cco_bw_alloc_t *next_alloc);