Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbedConnectorInterface by
Revision 55:3915ac238c5d, committed 2015-04-14
- 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
