mbed Connector Endpoint interface. This interface permits a mbed endpoint to easily setup MDS resources and emit those resources to an MDS server.

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
42:20c375e74e8e
Parent:
35:f12e61aaf004
Child:
43:769d491a48c1
--- a/api/ThreadedResourceObserver.h	Sat Apr 11 18:42:51 2015 +0000
+++ b/api/ThreadedResourceObserver.h	Sat Apr 11 21:14:28 2015 +0000
@@ -44,7 +44,7 @@
         @param resource input the resource to observe
         @param sleep_time input the time for the observation thread to sleep (in ms)
         */
-        ThreadedResourceObserver(DynamicResource *resource,int sleep_time = NSP_RD_UPDATE_PERIOD);
+        ThreadedResourceObserver(DynamicResource *resource,int sleep_time = NSP_DEFAULT_OBS_PERIOD);
                 
         /**
         Destructor