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:
41:fb12c88260ad
Parent:
40:bb551b9f4522
Child:
43:769d491a48c1
--- a/api/TickerResourceObserver.cpp	Sat Apr 11 18:33:21 2015 +0000
+++ b/api/TickerResourceObserver.cpp	Sat Apr 11 18:42:51 2015 +0000
@@ -38,7 +38,7 @@
 
  // notifier
  void TickerResourceObserver::observationNotifier() {
-     if (this->isObserving() == true && this->getResource() != NULL && nsdl_endpoint_is_registered() == true) {
+     if (this->isObserving() == true && this->getResource() != NULL) {
          this->getResource()->observe();
      }
  }