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

Fork of RPCInterface by Michael Walker

History

GAMI RPCInterface default tip

2016-12-20, by rcflyair [Tue, 20 Dec 2016 21:40:09 +0000] rev 13

GAMI RPCInterface


K22_GAMI_eMPC_flight_v1 commit

2016-07-20, by rcflyair [Wed, 20 Jul 2016 13:48:39 +0000] rev 12

K22_GAMI_eMPC_flight_v1 commit


K22_GAMI_eMPC_TestCell_v1b RPCInterface development commit 01

2016-05-11, by rcflyair [Wed, 11 May 2016 16:57:25 +0000] rev 11

K22_GAMI_eMPC_TestCell_v1b RPCInterface development commit 01
;


Added adding RPC classes so that new objects can be created ver RPC; ; Not all the classes which were originally supported are still supported and there is an issue with the AnalogIn and AnalogOut so these are not supported here yet

2016-03-14, by MichaelW [Mon, 14 Mar 2016 18:05:38 +0000] rev 10

Added adding RPC classes so that new objects can be created ver RPC; ; Not all the classes which were originally supported are still supported and there is an issue with the AnalogIn and AnalogOut so these are not supported here yet


Updated to new RPC code; The original versions of RPCFunction and RPCVariable have been removed to rely on the versions now in the official mbed-rpc library.

2016-01-23, by MichaelW [Sat, 23 Jan 2016 22:28:00 +0000] rev 9

Updated to new RPC code; The original versions of RPCFunction and RPCVariable have been removed to rely on the versions now in the official mbed-rpc library.


Updated to not register AnalogOut class if the LPC11U24 as it doesn\t have AnalogOut

2012-01-28, by MichaelW [Sat, 28 Jan 2012 19:12:00 +0000] rev 8

Updated to not register AnalogOut class if the LPC11U24 as it doesn\t have AnalogOut


Fixed memory leak issue identified and solved by <<user hexley>> which prevented the RPCFunction from being called multiple times.

2011-02-04, by MichaelW [Fri, 04 Feb 2011 10:55:39 +0000] rev 7

Fixed memory leak issue identified and solved by <<user hexley>> which prevented the RPCFunction from being called multiple times.


Corrected Documentation

2010-11-27, by MichaelW [Sat, 27 Nov 2010 21:15:34 +0000] rev 6

Corrected Documentation


Updated Includes to include necessary includes in RPCVariable.h and RPCFunction.h

2010-11-27, by MichaelW [Sat, 27 Nov 2010 21:00:02 +0000] rev 5

Updated Includes to include necessary includes in RPCVariable.h and RPCFunction.h


Initial publish in new library format

2010-09-27, by MichaelW [Mon, 27 Sep 2010 08:32:57 +0000] rev 4

Initial publish in new library format