Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8a3fbcf01 | ||
|
|
793c8efb9c |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user