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:
- 7:f570eb3f38cd
- Parent:
- 6:34c07e145caa
- Child:
- 8:45f9a920e82c
--- a/MQTTTransport.h Wed Feb 26 07:22:34 2014 +0000
+++ b/MQTTTransport.h Wed Feb 26 18:59:08 2014 +0000
@@ -35,7 +35,7 @@
char m_endpoint_name[LIGHT_NAME_LEN+1];
public:
- MQTTTransport(ErrorHandler *error_handler);
+ MQTTTransport(ErrorHandler *error_handler,void *endpoint);
virtual ~MQTTTransport();
void processMessage(char *message_name,char *payload, unsigned int len);