mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Sat Sep 13 02:56:16 2014 +0000
Parent:
52:8b95544920af
Child:
54:5beaf9ba8f6a
Commit message:
enabled auto register

Changed in this revision

MBEDEndpoint.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/MBEDEndpoint.cpp	Fri Sep 12 20:44:42 2014 +0000
+++ b/MBEDEndpoint.cpp	Sat Sep 13 02:56:16 2014 +0000
@@ -85,6 +85,11 @@
      if (success) this->logger()->turnLEDOrange();
      this->logger()->lcdStatusOnly(true);
      if (!success) closedown(2);
+     if (success && AUTO_REGISTER_WITH_IOC) {
+         // load up our endpoints
+         this->loadPersonalities();
+         this->updatePersonalities();
+     }
  }
  
  // default destructor