10 Commits

Author SHA1 Message Date
jrowlandls
c6debc3208 Added tag marchtest for changeset a29729ca0ecd 2012-03-07 16:03:20 +00:00
jrowlandls
7d3da0087a added local configs to hgignore 2012-01-03 15:19:28 +00:00
jrowlandls
f8e37ea18f updated RELEASE comments - need a default RELEASE for the build server 2011-12-22 11:11:20 +00:00
jrowlandls
b857c8f69c updated RELEASE comments 2011-12-22 11:08:27 +00:00
Marty Kraimer
b3cfd12487 update abstract 2011-12-20 09:23:43 -05:00
Marty Kraimer
04dc3a18ba change abstract 2011-12-20 08:22:28 -05:00
jrowlandls
1702f2aceb Added tag 1.1-SNAPSHOT for changeset d29d84f4c3f3 2011-12-19 18:25:45 +00:00
jrowlandls
5cfb66656d Added tag 1.0-BETA for changeset 6e8a22d01e82 2011-12-19 18:00:16 +00:00
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
4 changed files with 60 additions and 38 deletions

View File

@@ -5,3 +5,5 @@ doc
include
documentation/html
./O.*
configure/RELEASE.local
configure/CONFIG_SITE.local

4
.hgtags Normal file
View File

@@ -0,0 +1,4 @@
459f10877e5628241704f31437b4cbd342df0798 test1
6e8a22d01e824702088195c08bf50bfb6f293de5 1.0-BETA
d29d84f4c3f389f2accd497185b106c8541f95c9 1.1-SNAPSHOT
a29729ca0ecd60b66f2d997031d97911377e44a7 marchtest

View File

@@ -17,17 +17,10 @@
# RELEASE.$(EPICS_HOST_ARCH).$(T_A)
TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
#If using the sequencer, point SNCSEQ at its top directory:
#SNCSEQ=$(EPICS_BASE)/../modules/soft/seq
# EPICS_BASE usually appears last so other apps can override stuff:
#EPICS_BASE=/opt/epics/base
EPICS_BASE=/home/install/epics/base
#Capfast users may need the following definitions
#CAPFAST_TEMPLATES=
#SCH2EDIF_PATH=
# Create a file RELEASE.local containing the
# location of your EPICS_BASE, e.g.
# EPICS_BASE=/home/install/epics/base
-include $(TOP)/configure/RELEASE.local

View File

@@ -25,14 +25,14 @@
<!-- 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>
20-Dec-2011</h2>
<dl>
<dt>This version:</dt>
<dd><a
href="http://epics-pvdata.sourceforge.net/pvDataCPP_20111214.html">pvDataCPP_20111214.html</a></dd>
href="http://epics-pvdata.sourceforge.net/pvDataCPP_20111220.html">pvDataCPP_20111220.html</a></dd>
<dt>Latest version:</dt>
<dd><a
href="http://epics-pvdata.sourceforge.net/pvDataCPP.html">pvDataCPP.html</a></dd>
href="http://epics-pvdata.sourceforge.net/pvDataCPP_20111220.html">pvDataCPP_20111220.html</a></dd>
<dt>Editors:</dt>
<dd>Marty Kraimer, BNL</dd>
</dl>
@@ -40,16 +40,39 @@
</div>
<h2 class="nocount" id="L72">Abstract</h2>
<p>pvDataCPP is the Java implementation of pvData, 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>This document describes the C++ implementation of EPICS v4 pvData.</p>
<p>Each of the products has a Java and a C++ implementation.</p>
<p>For more information about the EPICS, please refer to the home page of the
<a href="http://www.aps.anl.gov/epics/">Experimental Physics and Industrial
<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>
<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 20-Dec-2011 version of the C++ implementation of pvData. It is a
complete implementation of pvData as currently defined. </p>
<p>TODO</p>
@@ -64,12 +87,12 @@ complete implementation of pvData as currently defined. </p>
<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, 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="#L100">Preface</a>
<li><a href="#L100">Preface</a>
<ul>
<li><a href="#L130">pvData</a>
<li><a href="#L130">pvData</a>
<ul>
<li><a href="#L134">Introspection</a></li>
<li><a href="#L202">Data</a></li>
@@ -81,33 +104,33 @@ complete implementation of pvData as currently defined. </p>
</ul>
</li>
<li><a href="#L365">Introduction</a></li>
<li><a href="#L457">PVData Meta Language</a>
<li><a href="#L457">PVData Meta Language</a>
<ul>
<li><a href="#L463">Definition</a></li>
<li><a href="#L657">Examples</a></li>
</ul>
</li>
<li><a href="#L701">PV - User Description</a>
<li><a href="#L701">PV - User Description</a>
<ul>
<li><a href="#L705">Overview</a></li>
<li><a href="#L746">pvType</a></li>
<li><a href="#L782">Process Variable Reflection</a>
<li><a href="#L782">Process Variable Reflection</a>
<ul>
<li><a href="#L790">Type Description</a></li>
<li><a href="#L920">Reflection Description</a></li>
</ul>
</li>
<li><a href="#L1135">Standard Fields</a></li>
<li><a href="#L1219">PVField - Data Interfaces</a>
<li><a href="#L1219">PVField - Data Interfaces</a>
<ul>
<li><a href="#L1223">PVField</a></li>
<li><a href="#L1333">PVAuxInfo</a></li>
<li><a href="#L1367">PVScalar and extensions</a>
<li><a href="#L1367">PVScalar and extensions</a>
<ul>
<li><a href="#L1371">Primitive PVField types</a></li>
</ul>
</li>
<li><a href="#L1377">PVArray and Extensions</a>
<li><a href="#L1377">PVArray and Extensions</a>
<ul>
<li><a href="#L1416">PVArray Extensions</a></li>
</ul>
@@ -121,10 +144,10 @@ complete implementation of pvData as currently defined. </p>
<li><a href="#L1635">Convert</a></li>
</ul>
</li>
<li><a href="#L1705">Namespace and Memory Management</a>
<li><a href="#L1705">Namespace and Memory Management</a>
<ul>
<li><a href="#L1709">Namespace</a></li>
<li><a href="#L1715">Memory Managemment</a>
<li><a href="#L1715">Memory Managemment</a>
<ul>
<li><a href="#L1717">NoDefaultMethods</a></li>
</ul>
@@ -134,36 +157,36 @@ complete implementation of pvData as currently defined. </p>
<li><a href="#L1731">Other code in this project</a></li>
</ul>
</li>
<li><a href="#L1739">Examples</a>
<li><a href="#L1739">Examples</a>
<ul>
<li><a href="#L1743">Accessing PVData</a></li>
<li><a href="#L1762">Creating PVData</a></li>
</ul>
</li>
<li><a href="#L1782">Property</a>
<li><a href="#L1782">Property</a>
<ul>
<li><a href="#L1786">Definition of Property</a></li>
<li><a href="#L1798">Standard Properties</a></li>
<li><a href="#L1879">Overview of Property Support</a></li>
<li><a href="#L1899">timeStamp</a>
<li><a href="#L1899">timeStamp</a>
<ul>
<li><a href="#L1923">timeStamp.h</a></li>
<li><a href="#L2039">pvTimeStamp.h</a></li>
</ul>
</li>
<li><a href="#L2079">alarm</a>
<li><a href="#L2079">alarm</a>
<ul>
<li><a href="#L2106">alarm.h</a></li>
<li><a href="#L2178">pvAlarm.h</a></li>
</ul>
</li>
<li><a href="#L2218">control</a>
<li><a href="#L2218">control</a>
<ul>
<li><a href="#L2240">control.h</a></li>
<li><a href="#L2272">pvControl.h</a></li>
</ul>
</li>
<li><a href="#L2312">display</a>
<li><a href="#L2312">display</a>
<ul>
<li><a href="#L2334">display.h</a></li>
<li><a href="#L2396">pvDisplay.h</a></li>
@@ -173,7 +196,7 @@ complete implementation of pvData as currently defined. </p>
</ul>
</li>
<li><a href="#L2512">PVData Factories</a></li>
<li><a href="#L2532">Miscellanous Classes</a>
<li><a href="#L2532">Miscellanous Classes</a>
<ul>
<li><a href="#L2536">Overview</a></li>
<li><a href="#L2628">BitSet</a></li>
@@ -183,7 +206,7 @@ complete implementation of pvData as currently defined. </p>
<li><a href="#L2797">Executor</a></li>
<li><a href="#L2828">Linked List</a></li>
<li><a href="#L2942">Lock and Mutex</a></li>
<li><a href="#L2958">Message Queue</a>
<li><a href="#L2958">Message Queue</a>
<ul>
<li><a href="#L2960">Definitions</a></li>
<li><a href="#L2964">MessageQueue</a></li>
@@ -195,7 +218,7 @@ complete implementation of pvData as currently defined. </p>
<li><a href="#L3114">CDRMonitor - Monitor and Report Construction and
Destruction</a></li>
<li><a href="#L3120">Status</a></li>
<li><a href="#L3167">Thread</a>
<li><a href="#L3167">Thread</a>
<ul>
<li><a href="#L3169">ThreadPriority</a></li>
<li><a href="#L3173">Thread</a></li>
@@ -206,7 +229,7 @@ complete implementation of pvData as currently defined. </p>
<li><a href="#L3313">Queue</a></li>
</ul>
</li>
<li><a href="#L3376">pvMisc</a>
<li><a href="#L3376">pvMisc</a>
<ul>
<li><a href="#L3380">BitSetUtil</a></li>
<li><a href="#L3410">MultiChoice</a></li>