Files
pcas/src/makeBaseApp/top/caServerApp/README
Andrew Johnson 081cb42dc8 Moved CA client examples into their own caClientApp
Added caServerApp - copied from src/cas/example/simple
Made simpleApp significantly more useful
Made exampleApp use the _APPNAME_ macro instead of example in various places
2003-02-05 23:46:23 +00:00

12 lines
603 B
Plaintext

The files in this directory build an example ca server. The example
server exports 4 process variables (PVs): "fred", "freddy", "jane", and
"janet". "fred" and "jane" are synchronous PVs. "freddy" and "janet"
are asynchronous. Many ca servers will find that synchronous variables
will meet there needs and therefore will not require the increased
complexity associated with asynchronous PVs. The PVs in the example
server are updated periodically. Some random "noise" is added to each
PVs current value each time that it is updated.
The example server does not so far implement enumerated data types.