update links in html files
This commit is contained in:
@ -27,12 +27,12 @@
|
||||
<h2 class="nocount" id="L50">EPICS v4 Working Group, Working Draft,
|
||||
20-Dec-2011</h2>
|
||||
<dl>
|
||||
<dt>This version:</dt>
|
||||
<dd><a
|
||||
href="http://epics-pvdata.sourceforge.net/pvAccessCPP_20111220.html">pvAccessCPP_20111220.html</a></dd>
|
||||
<dt>Latest version:</dt>
|
||||
<dd><a
|
||||
href="http://epics-pvdata.sourceforge.net/pvAccessCPP_20111220.html">pvAccessCPP_20111220.html</a></dd>
|
||||
href="pvAccessCPP.html">pvAccessCPP.html</a></dd>
|
||||
<dt>This version:</dt>
|
||||
<dd><a
|
||||
href="pvAccessCPP_20111220.html">pvAccessCPP_20111220.html</a></dd>
|
||||
<dt>Editors:</dt>
|
||||
<dd>Marty Kraimer, BNL</dd>
|
||||
</dl>
|
||||
@ -40,35 +40,10 @@
|
||||
</div>
|
||||
|
||||
<h2 class="nocount" id="L72">Abstract</h2>
|
||||
<p>pvIOCAccess is the Java implementation of pvAccess, which is one of a related
|
||||
set of products:</p>
|
||||
<dl>
|
||||
<dt><a
|
||||
href="http://epics-pvdata.hg.sourceforge.net/hgweb/epics-pvdata/pvDataCPP/raw-file/tip/documentation/pvDataCPP.html">pvData</a></dt>
|
||||
<dd>pvData (Process Variable Daata) defines and implements an efficent way
|
||||
to store, access, and transmit memory resident structured data</dd>
|
||||
<dt><a
|
||||
href="http://epics-pvdata.hg.sourceforge.net/hgweb/epics-pvdata/pvAccessCPP/raw-file/tip/documentation/pvAccessCPP.html">pvAccess</a></dt>
|
||||
<dd>pvAccess is network support for transmitting pvData.</dd>
|
||||
<dt><a
|
||||
href="http://epics-pvdata.hg.sourceforge.net/hgweb/epics-pvdata/pvIOCCPP/raw-file/tip/documentation/pvIOCCPP.html">pvIOC</a></dt>
|
||||
<dd>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.
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>Each of the products has a Java and a C++ implementation.</p>
|
||||
|
||||
<p>The products are all part of the <a
|
||||
href="http://epics-pvdata.sourceforge.net/">V4</a> implementation of <a
|
||||
href="http://www.aps.anl.gov/epics/">Experimental Physics and Industrial
|
||||
Control System.</a></p>
|
||||
|
||||
<p>pvAccessCPP is the Java implementation of pvAccess, which is one of a related
|
||||
set of products:</br >
|
||||
<a href="http://epics-pvdata.sourceforge.net/relatedDocumemntsV4.html">relatedDocumentsV4.html</a>
|
||||
</p>
|
||||
|
||||
|
||||
<h2 class="nocount" id="L80">Status of this Document</h2>
|
||||
|
80
documentation/pvAccessCPP_20111220.html
Normal file
80
documentation/pvAccessCPP_20111220.html
Normal file
@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
||||
<title>EPICS pvAccessCPP</title>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="http://epics-pvdata.sourceforge.net/base.css" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="http://epics-pvdata.sourceforge.net/epicsv4.css" />
|
||||
<style type="text/css">
|
||||
/*<![CDATA[*/
|
||||
.about { margin-left: 3em; margin-right: 3em; font-size: .83em}
|
||||
table { margin-left: auto; margin-right: auto }
|
||||
.diagram { text-align: center; margin: 2.5em 0 }
|
||||
body { margin-right: 10% }
|
||||
/*]]>*/</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="head">
|
||||
<h1>EPICS pvAccessCPP</h1>
|
||||
<!-- Maturity: Working Draft or Request for Comments, or Recommendation, and date. -->
|
||||
|
||||
<h2 class="nocount" id="L50">EPICS v4 Working Group, Working Draft,
|
||||
20-Dec-2011</h2>
|
||||
<dl>
|
||||
<dt>Latest version:</dt>
|
||||
<dd><a
|
||||
href="pvAccessCPP.html">pvAccessCPP.html</a></dd>
|
||||
<dt>This version:</dt>
|
||||
<dd><a
|
||||
href="pvAccessCPP_20111220.html">pvAccessCPP_20111220.html</a></dd>
|
||||
<dt>Editors:</dt>
|
||||
<dd>Marty Kraimer, BNL</dd>
|
||||
</dl>
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
<h2 class="nocount" id="L72">Abstract</h2>
|
||||
<p>pvAccessCPP is the Java implementation of pvAccess, which is one of a related
|
||||
set of products:</br >
|
||||
<a href="http://epics-pvdata.sourceforge.net/relatedDocumemntsV4.html">relatedDocumentsV4.html</a>
|
||||
</p>
|
||||
|
||||
|
||||
<h2 class="nocount" id="L80">Status of this Document</h2>
|
||||
|
||||
<p>This is the 20-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, 20-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>
|
||||
</ul>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<h2 id="L88">Introduction</h2>
|
||||
<hr />
|
||||
|
||||
<p>This product is available via an <a
|
||||
href="http://epics-pvdata.sourceforge.net/LICENSE.html">open source
|
||||
license</a></p>
|
||||
|
||||
<p>This overview for pvAccessCPP. Doxygen documentation is available at <a
|
||||
href="./html/index.html">doxygenDoc</a></p>
|
||||
|
||||
<p><b>THIS IS NOT WRITTEN</b> For now please consult the overview documentation
|
||||
for pvAccessJava. In addition look at the Doxygen documentation for this
|
||||
project.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user