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:
40:bb551b9f4522
Parent:
38:96d15287b6f9
Child:
42:20c375e74e8e
--- a/api/TickerResourceObserver.h	Sat Apr 11 18:14:36 2015 +0000
+++ b/api/TickerResourceObserver.h	Sat Apr 11 18:33:21 2015 +0000
@@ -40,7 +40,7 @@
         @param timer_id input the id for our timer (can be index value of each resource that is observed...)
         @param sleep_time input the time for the observation tasklet to sleep (in whole seconds...)
         */
-        TickerResourceObserver(DynamicResource *resource,uint8_t timer_id, int sleep_time = NSP_RD_UPDATE_PERIOD);
+        TickerResourceObserver(DynamicResource *resource,int sleep_time = NSP_RD_UPDATE_PERIOD);
         
         /**
         Copy Constructor
@@ -69,7 +69,6 @@
     
     private:
         Ticker m_ticker;
-        bool   m_ticker_active;
 };
 
 #endif // __TICKER_RESOURCE_OBSERVER_H__
\ No newline at end of file