Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
47:fa96ddc36f04
Parent:
26:791d22d43cb4
Child:
135:7f3f963cd159
--- a/MBEDToIOCResourceMap.h	Sat Mar 01 16:10:08 2014 +0000
+++ b/MBEDToIOCResourceMap.h	Sat Mar 01 17:01:46 2014 +0000
@@ -26,6 +26,7 @@
     private:
         ErrorHandler *m_error_handler;
         MapEntry     *m_map[NUM_MAPPINGS];
+        int           m_count;
     
     public:
         MBEDToIOCResourceMap(ErrorHandler *error_handler);