summaryrefslogtreecommitdiff
path: root/cesar/cp2/beacon/beacon.h
diff options
context:
space:
mode:
authorlaranjeiro2008-07-03 09:14:01 +0000
committerlaranjeiro2008-07-03 09:14:01 +0000
commitbf962454d9e610cd98c5fb9f859a9f5fb0a041b3 (patch)
tree00f7500ad132877cc896b1058e3d6c84e035ef1f /cesar/cp2/beacon/beacon.h
parentfbc040b3e81d3438a992cf274df498cfb88daf3a (diff)
cp2/beacon: Added the function to call when the central beacon add not been received.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2538 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/beacon/beacon.h')
-rw-r--r--cesar/cp2/beacon/beacon.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cesar/cp2/beacon/beacon.h b/cesar/cp2/beacon/beacon.h
index 253a6050b6..1a01f56f9c 100644
--- a/cesar/cp2/beacon/beacon.h
+++ b/cesar/cp2/beacon/beacon.h
@@ -134,5 +134,13 @@ cp_beacon_get_and_process_beacon (cp_t *ctx);
void
cp_beacon_process_tracked_avln (cp_t *ctx, cp_beacon_desc_t *beacon);
+/**
+ * Function to call once the beacon has not been received.
+ * \param ctx the module context.
+ *
+ * The beacon timer has expired and this function had been called by the FSM.
+ */
+void
+cp_beacon_beacon_not_received (cp_t *ctx);
#endif /* cp2_beacon_beacon_h */