From 2c0a4561bdf9b0df787f151d45970637d4490f6a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 6 Dec 1996 22:38:00 +0000 Subject: [PATCH] hew hierarchy --- src/cas/example/README | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/cas/example/README b/src/cas/example/README index 1ab19153f..4de3ef28c 100644 --- a/src/cas/example/README +++ b/src/cas/example/README @@ -1,13 +1,5 @@ -This directory contains 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. - +This directory contains several server tool examples (which +use the ca server library). The original ca server example +is in the "simple" subdirectory.