Michael Koster / mbedConnectorInterface_custom

Fork of mbedConnectorInterface by Doug Anson

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Tue Apr 14 16:59:29 2015 +0000
Parent:
54:6963bb4d0399
Child:
56:aaf84e56c422
Commit message:
added new define for ticker based re-registration periods

Changed in this revision

mbedConnectorInterface.h Show annotated file Show diff for this revision Revisions of this file
--- a/mbedConnectorInterface.h	Tue Apr 14 13:54:41 2015 +0000
+++ b/mbedConnectorInterface.h	Tue Apr 14 16:59:29 2015 +0000
@@ -33,6 +33,7 @@
 #define NSP_LIFE_TIME_LENGTH     24                                          // length of the lifetime buffer string
 #define NSP_LIFE_TIME            "120"                                       // liftime buffer (representing seconds)
 #define NSP_RD_UPDATE_PERIOD     30000                                       // (in ms) - 30 seconds (1/4 of NSP_LIFE_TIME seconds)
+#define NSP_TICKERUPDATE_PERIOD  30.0                                        // (float secs) - 30 seconds (used for Ticker-based re-registration periods)
 #define NSP_DEFAULT_OBS_PERIOD   10000                                       // (in ms) - 10 seconds between observations..
 
 // 6LowPAN Configuration