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:
- 8:45f9a920e82c
- Parent:
- 0:ae2a45502448
- Child:
- 39:bd5b2bcd2dcc
--- a/EmulatedResourceFactory.h Wed Feb 26 18:59:08 2014 +0000
+++ b/EmulatedResourceFactory.h Wed Feb 26 21:29:27 2014 +0000
@@ -22,6 +22,9 @@
// Base Class
#include "ResourceFactory.h"
+// Emulated callback structure
+typedef void (*EmulatedCallbackPointer)();
+
// ErrorHandler support
#include "ErrorHandler.h"
@@ -31,6 +34,8 @@
virtual ~EmulatedResourceFactory();
virtual void createResources(char *endpoint_name);
+
+ bool setResourceValue(char *name, char *value);
};