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:
25:2a001b4f7024
Parent:
21:cfdaee0a2b50
Child:
26:791d22d43cb4
--- a/MBEDToIOCResourceMap.h	Thu Feb 27 00:23:20 2014 +0000
+++ b/MBEDToIOCResourceMap.h	Thu Feb 27 04:05:31 2014 +0000
@@ -33,7 +33,8 @@
         MBEDToIOCResourceMap(ErrorHandler *error_handler);
        ~MBEDToIOCResourceMap();
        
-        char *getMBEDMappedName(char *ioc_name);
+        char *iocNameToEndpointName(char *ioc_name);
+        char *endpointNameToIOCName(char *mbed_name);
         
     private:
         void createMap();