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 endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources
Diff: NSPResource.h
- Revision:
- 9:c2a0b8f2d7f6
- Parent:
- 5:9e795e139e45
- Child:
- 18:8f23034f1d6c
--- a/NSPResource.h Fri Feb 28 05:20:43 2014 +0000
+++ b/NSPResource.h Fri Feb 28 20:38:35 2014 +0000
@@ -24,13 +24,14 @@
class NSPResource : public Resource {
private:
-
+ void *m_resource_ptr;
+
public:
- NSPResource(ErrorHandler *error_handler,char *endpoint_name,char *name,char *value,void *cb);
+ NSPResource(ErrorHandler *error_handler,char *endpoint_name,char *name,char *value,void *cb,void *resource_ptr);
virtual ~NSPResource();
virtual void plumb(char *endpoint_name,char *name);
- virtual void extract(char *name);
+ virtual void extract(char *name);
};
#endif // _NSP_RESOURCE_H
\ No newline at end of file