Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format
Dependents: NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more
Fork of mbed by
Revision 7:15d74db76485, committed 2009-01-23
- Comitter:
- simon.ford@mbed.co.uk
- Date:
- Fri Jan 23 16:26:21 2009 +0000
- Parent:
- 6:3fd6a337c7cc
- Child:
- 8:00a04e5cd407
- Commit message:
- Update base to not be required in RPC add_class
Changed in this revision
| Base.h | Show annotated file Show diff for this revision Revisions of this file |
| mbed.ar | Show annotated file Show diff for this revision Revisions of this file |
--- a/Base.h Fri Jan 23 14:15:56 2009 +0000
+++ b/Base.h Fri Jan 23 16:26:21 2009 +0000
@@ -83,8 +83,6 @@
*/
virtual const struct rpc_method *get_rpc_methods();
- static struct rpc_class *get_rpc_class();
-
/* Function rpc
* Use the lookup function to lookup an object and, if
* successful, call its rpc method
@@ -116,6 +114,9 @@
static rpc_class *_classes;
+ static const rpc_function _base_funcs[];
+ static rpc_class _base_class;
+
void delete_self();
static void list_objs(const char *arguments, char *result);
static void clear(const char*,char*);
Binary file mbed.ar has changed
Mihail Stoyanov
