2 Commits

Author SHA1 Message Date
Marty Kraimer
e8a3fbcf01 expand abstract 2011-12-19 07:20:11 -05:00
jrowlandls
793c8efb9c Added tag test1 for changeset 459f10877e56 2011-12-15 10:07:09 +00:00
2 changed files with 28 additions and 24 deletions

1
.hgtags Normal file
View File

@@ -0,0 +1 @@
459f10877e5628241704f31437b4cbd342df0798 test1

View File

@@ -25,11 +25,11 @@
<!-- Maturity: Working Draft or Request for Comments, or Recommendation, and date. --> <!-- Maturity: Working Draft or Request for Comments, or Recommendation, and date. -->
<h2 class="nocount" id="L50">EPICS v4 Working Group, Working Draft, <h2 class="nocount" id="L50">EPICS v4 Working Group, Working Draft,
14-Dec-2011</h2> 19-Dec-2011</h2>
<dl> <dl>
<dt>This version:</dt> <dt>This version:</dt>
<dd><a <dd><a
href="http://epics-pvdata.sourceforge.net/pvDataCPP_20111214.html">pvDataCPP_20111214.html</a></dd> href="http://epics-pvdata.sourceforge.net/pvDataCPP_20111219.html">pvDataCPP_20111219.html</a></dd>
<dt>Latest version:</dt> <dt>Latest version:</dt>
<dd><a <dd><a
href="http://epics-pvdata.sourceforge.net/pvDataCPP.html">pvDataCPP.html</a></dd> href="http://epics-pvdata.sourceforge.net/pvDataCPP.html">pvDataCPP.html</a></dd>
@@ -41,6 +41,9 @@
<h2 class="nocount" id="L72">Abstract</h2> <h2 class="nocount" id="L72">Abstract</h2>
<p>pvData (Process Variable Data) defines and implements an efficent way to
store, access, and transmit memory resident structured data.</p>
<p>This document describes the C++ implementation of EPICS v4 pvData.</p> <p>This document describes the C++ implementation of EPICS v4 pvData.</p>
<p>For more information about the EPICS, please refer to the home page of the <p>For more information about the EPICS, please refer to the home page of the
@@ -49,7 +52,7 @@ Control System.</a></p>
<h2 class="nocount" id="L80">Status of this Document</h2> <h2 class="nocount" id="L80">Status of this Document</h2>
<p>This is the 14-Dec-2011 version of the C++ implementation of pvData. It is a <p>This is the 19-Dec-2011 version of the C++ implementation of pvData. It is a
complete implementation of pvData as currently defined. </p> complete implementation of pvData as currently defined. </p>
<p>TODO</p> <p>TODO</p>
@@ -64,7 +67,7 @@ complete implementation of pvData as currently defined. </p>
<div class="toc"> <div class="toc">
<ul> <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="#L72">Abstract</a></li>
<li><a href="#L80">Status of this Document</a></li> <li><a href="#L80">Status of this Document</a></li>
<li><a href="#L100">Preface</a> <li><a href="#L100">Preface</a>