Update version numbers and formatting in documentation
This commit is contained in:
@ -1,25 +1,31 @@
|
|||||||
LATEST
|
# pvDatabaseCPP Module
|
||||||
======
|
|
||||||
|
This document summarizes the changes to the module between releases.
|
||||||
|
|
||||||
|
|
||||||
|
## Release 4.4 (EPICS 7.0.2, Dec 2018)
|
||||||
|
|
||||||
* pvCopy is now implemented in pvDatabaseCPP. The version in pvDatacPP can be deprecated.
|
* pvCopy is now implemented in pvDatabaseCPP. The version in pvDatacPP can be deprecated.
|
||||||
* plugin support is implemented.
|
* plugin support is implemented.
|
||||||
|
|
||||||
EPICS V4 release 4.6
|
|
||||||
====================
|
## Release 4.3 (EPICS 7.0.1, Dec 2017)
|
||||||
|
|
||||||
|
* Updates for pvAccess API and build system changes.
|
||||||
|
|
||||||
|
|
||||||
|
## Release 4.2 (EPICS V4.6, Aug 2016)
|
||||||
|
|
||||||
* The examples are moved to exampleCPP
|
* The examples are moved to exampleCPP
|
||||||
* Support for channelRPC is now available.
|
* Support for channelRPC is now available.
|
||||||
* removeRecord and traceRecord are now available.
|
* removeRecord and traceRecord are now available.
|
||||||
|
|
||||||
The test is now a regression test the can be ran via
|
The test is now a regression test which can be run using:
|
||||||
|
|
||||||
make runtests
|
make runtests
|
||||||
|
|
||||||
|
|
||||||
EPICS V4 release 4.5
|
## Release 4.1 (EPICS V4.5, Oct 2015)
|
||||||
====================
|
|
||||||
|
|
||||||
This release is one component of EPICS V4 release 4.5.
|
|
||||||
|
|
||||||
This is the first release of pvDatabaseCPP.
|
This is the first release of pvDatabaseCPP.
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<div class="head">
|
<div class="head">
|
||||||
<h1>pvDatabaseCPP</h1>
|
<h1>pvDatabaseCPP</h1>
|
||||||
<h2 class="nocount">Master - 2018.09.18</h2>
|
<h2 class="nocount">Release 4.4 - December 2018</h2>
|
||||||
|
|
||||||
|
|
||||||
<h2 class="nocount">Abstract</h2>
|
<h2 class="nocount">Abstract</h2>
|
||||||
@ -60,12 +60,12 @@ The minimum that an extension must provide is a top level PVStructure and a proc
|
|||||||
<h2 class="nocount">Table of Contents</h2>
|
<h2 class="nocount">Table of Contents</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contents" class="contents">
|
<div id="contents" class="contents">
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<h2>Overview</h2>
|
<h2>Overview</h2>
|
||||||
<p>
|
<p>
|
||||||
pvDatabaseCPP is one of the components of
|
pvDatabaseCPP is one of the components of
|
||||||
EPICS Version 7
|
EPICS Version 7
|
||||||
</p>
|
</p>
|
||||||
<p>This document is only a guide to help locate code and documentation related to pvDatabaseCPP
|
<p>This document is only a guide to help locate code and documentation related to pvDatabaseCPP
|
||||||
@ -90,7 +90,7 @@ In particular read everything related to pvDatabase.
|
|||||||
but pvDatabaseCPP now implemnents its own version and adds plugin support.
|
but pvDatabaseCPP now implemnents its own version and adds plugin support.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
See
|
See
|
||||||
<a
|
<a
|
||||||
href="https://mrkraimer.github.io/website/pvRequest/pvRequest.html">
|
href="https://mrkraimer.github.io/website/pvRequest/pvRequest.html">
|
||||||
pvRequest
|
pvRequest
|
||||||
@ -133,7 +133,7 @@ exampleCPP
|
|||||||
<h3>database</h3>
|
<h3>database</h3>
|
||||||
<p>This has many examples of how to create both soft records and records that implement
|
<p>This has many examples of how to create both soft records and records that implement
|
||||||
other functionality.</p>
|
other functionality.</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>exampleDatabase.cpp</dt>
|
<dt>exampleDatabase.cpp</dt>
|
||||||
<dd>
|
<dd>
|
||||||
This shows how to create soft records of each pvData type.<br />
|
This shows how to create soft records of each pvData type.<br />
|
||||||
@ -158,7 +158,7 @@ other functionality.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
<h3>exampleLink</h3>
|
<h3>exampleLink</h3>
|
||||||
<p>This shows how to implement a record that has a link to another record</p>
|
<p>This shows how to implement a record that has a link to another record</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>exampleMonitorLinkRecord</dt>
|
<dt>exampleMonitorLinkRecord</dt>
|
||||||
<dd>
|
<dd>
|
||||||
This creates a monitor link to another record.
|
This creates a monitor link to another record.
|
||||||
|
Reference in New Issue
Block a user