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: EmulatedResourceFactory.h
- Revision:
- 42:46cc1641800b
- Parent:
- 41:36c59c3cd6f2
- Child:
- 148:b09187a0fa77
--- a/EmulatedResourceFactory.h Sat Mar 01 07:43:17 2014 +0000
+++ b/EmulatedResourceFactory.h Sat Mar 01 08:21:20 2014 +0000
@@ -38,11 +38,11 @@
virtual void createResources(char *endpoint_name);
- bool setResourceValue3(char *name, char *value);
+ bool setResourceValue(char *name, char *value);
protected:
+ virtual void createResource(char *endpoint_name,char *name,char *value,void *cb);
virtual void createResource(char *name,char *value);
- virtual void createResource(char *endpoint_name,char *name,char *value,void *cb);
void createResource(char *name,char *value,void *io,void *notused);
};