Core Base Classes for the Light Endpoints
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Diff: MapEntry.h
- Revision:
- 26:791d22d43cb4
- Parent:
- 20:f2dbbd852e08
diff -r 2a001b4f7024 -r 791d22d43cb4 MapEntry.h --- a/MapEntry.h Thu Feb 27 04:05:31 2014 +0000 +++ b/MapEntry.h Thu Feb 27 06:04:52 2014 +0000 @@ -19,9 +19,10 @@ #ifndef _MAP_ENTRY_H_ #define _MAP_ENTRY_H_ -#define MAX_NAME_LENGTH 32 + // Definitions + #include "Definitions.h" -class MapEntry { + class MapEntry { private: char m_mbed_name[MAX_NAME_LENGTH+1]; char m_ioc_name[MAX_NAME_LENGTH+1];