expand abstract

This commit is contained in:
Marty Kraimer
2011-12-19 07:21:59 -05:00
parent adf3469446
commit 7433d1ca1b

View File

@ -25,11 +25,11 @@
<!-- Maturity: Working Draft or Request for Comments, or Recommendation, and date. -->
<h2 class="nocount" id="L50">EPICS v4 Working Group, Working Draft,
14-Dec-2011</h2>
19-Dec-2011</h2>
<dl>
<dt>This version:</dt>
<dd><a
href="http://epics-pvdata.sourceforge.net/pvAccessCPP_20111214.html">pvAccessCPP_20111214.html</a></dd>
href="http://epics-pvdata.sourceforge.net/pvAccessCPP_20111219.html">pvAccessCPP_20111219.html</a></dd>
<dt>Latest version:</dt>
<dd><a
href="http://epics-pvdata.sourceforge.net/pvAccessCPP.html">pvAccessCPP.html</a></dd>
@ -41,6 +41,12 @@
<h2 class="nocount" id="L72">Abstract</h2>
<p>pvAccess is an implementation of Channel Access, i. e. network support for
transmitting Process Variable Data, that fully supports pvData.</p>
<p>pvData (Process Variable Data) defines and implements an efficent way to
store, access, and transmit memory resident structured data.</p>
<p>This document will describe the CPP implementation of EPICS v4 pvAccess.</p>
<p>For more information about the EPICS, please refer to the home page of the
@ -49,14 +55,14 @@ Control System.</a></p>
<h2 class="nocount" id="L80">Status of this Document</h2>
<p>This is the 14-Dec-2011 version of the C++ implementation of pvAccess. The
<p>This is the 19-Dec-2011 version of the C++ implementation of pvAccess. The
code is a complete implementation of pvAccess as currently defined. This
overview is NOT written.</p>
CONTENTS
<div class="toc">
<ul>
<li><a href="#L50">EPICS v4 Working Group, Working Draft, 14-Dec-2011</a></li>
<li><a href="#L50">EPICS v4 Working Group, Working Draft, 19-Dec-2011</a></li>
<li><a href="#L72">Abstract</a></li>
<li><a href="#L80">Status of this Document</a></li>
<li><a href="#L88">Introduction</a></li>