Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: MQTTTransport.h
- Revision:
- 13:25448d92c205
- Parent:
- 8:45f9a920e82c
- Child:
- 15:e44d75d95b38
--- a/MQTTTransport.h Thu Feb 27 00:23:30 2014 +0000
+++ b/MQTTTransport.h Thu Feb 27 04:05:41 2014 +0000
@@ -54,7 +54,7 @@
char *makeID(char *id_template, char *buffer);
void initTopic();
char *getTopic();
- char *mapEndpointResourceToIOCResource(char *ioc_name);
+ char *mapIOCResourceToEndpointResource(char *ioc_name);
void sendResult(char *endpoint_name,char *parameter_name,char *value,bool success);
};