Add example of record which supports RPC and a client

Record has x and y-coordinate fields and a timestamp and also provides
a service which sets (x,y) to a sequence of values.

An RPC client application (move) sends positions as an array.
This commit is contained in:
Dave Hickin
2015-12-08 12:20:43 +00:00
parent a99b08fd02
commit bc3335d4f9
33 changed files with 1015 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
include "base.dbd"
include "PVAClientRegister.dbd"
include "PVAServerRegister.dbd"
include "registerChannelProviderLocal.dbd"
include "dbPv.dbd"
include "exampleRPC.dbd"