summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/bw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp2/cco/bw/inc')
-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);