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.
Dependents: 2doejemplo Labo_TRSE_Drone
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
