From 04dc3a18ba89226afa7ed44f7b91b684c4e9c232 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 20 Dec 2011 08:22:28 -0500 Subject: [PATCH] change abstract --- documentation/pvDataCPP.html | 42 ++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/documentation/pvDataCPP.html b/documentation/pvDataCPP.html index 0d438d5..6660eea 100644 --- a/documentation/pvDataCPP.html +++ b/documentation/pvDataCPP.html @@ -25,14 +25,14 @@

EPICS v4 Working Group, Working Draft, -19-Dec-2011

+20-Dec-2011
This version:
pvDataCPP_20111219.html
+ href="http://epics-pvdata.sourceforge.net/pvDataCPP_20111220.html">pvDataCPP_20111220.html
Latest version:
pvDataCPP.html
+ href="http://epics-pvdata.sourceforge.net/pvDataCPP_20111220.html">pvDataCPP_20111220.html
Editors:
Marty Kraimer, BNL
@@ -40,19 +40,39 @@

Abstract

+

pvDataCPP is the Java implementation of pvData, which is one of a related +set of products:

+
+
pvData
+
pvData (Process Variable Daata) defines and implements an efficent way + to store, access, and transmit memory resident structured data
+
pvAccess
+
pvAccess is network support for transmitting pvData.
+
pvIOC
+
A pvIOC is a network accessable smart real time database. The database + consists of memory resident records. Each record has a name that is + uniquie within the local area network and contains a top level pvData + structure. Each field of a record can optionally have support code + attached to it. The support is called when a request is made to process + the record. The support code is what makes the record "smart". A pvAccess + server is provided so that the records can be accesed via the network. +
+
-

pvData (Process Variable Data) defines and implements an efficent way to -store, access, and transmit memory resident structured data.

+

Each of the products has a Java and a C++ implementation.

-

This document describes the C++ implementation of EPICS v4 pvData.

- -

For more information about the EPICS, please refer to the home page of the -Experimental Physics and Industrial +

The products are all part of the V4 implementation of Experimental Physics and Industrial Control System.

+

Status of this Document

-

This is the 19-Dec-2011 version of the C++ implementation of pvData. It is a +

This is the 20-Dec-2011 version of the C++ implementation of pvData. It is a complete implementation of pvData as currently defined.

TODO

@@ -67,7 +87,7 @@ complete implementation of pvData as currently defined.