add example RPC server/client

This commit is contained in:
Michael Davidsaver
2020-08-18 13:00:44 -07:00
parent ba44131704
commit 0b6dcde043
7 changed files with 151 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ int main(int argc, char* argv[])
// Associate a data type (and maybe initial value) with this PV
pv.open(initial);
// Build server which will server this PV
// Build server which will serve this PV
// Configure using process environment.
server::Server serv = server::Config::fromEnv()
.build()