Library to provide a mechanism to make it easier to add RPC to custom code by using RPCFunction and RPCVariable objects. Also includes a class to receive and process RPC over serial.

Dependencies:   mbed-rpc

Dependents:   GSL_10-Pololu_A4983_STEPMOTORDRIVER Protodrive RPC_HTTP RPC_TestHack ... more

Revision:
1:67aefdc74b32
Parent:
0:9232f9e1178d
Child:
4:05f0d66bee57
--- a/SerialRPCInterface.cpp	Thu Sep 16 13:27:57 2010 +0000
+++ b/SerialRPCInterface.cpp	Mon Sep 20 14:26:52 2010 +0000
@@ -1,5 +1,5 @@
 /**
-*@section LICENSE
+* @section LICENSE
 *Copyright (c) 2010 ARM Ltd.
 * 
 *Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -21,7 +21,7 @@
 *THE SOFTWARE.
 *
 * 
-@section DESCRIPTION
+* @section DESCRIPTION
 *
 *This class sets up RPC communication. This allows objects on mbed to be controlled. Objects can be created or existing objects can be used
 */