The following changes were made:
1) update documentation. 2) remove some output messages from pvaClientMonitor and pvaClientMultiChannel 3) performance improvement to pvaClientNTMultiPut.
This commit is contained in:
@@ -2,6 +2,15 @@ pwd# pvaClientCPP Module
|
||||
|
||||
This document summarizes the changes to the module between releases.
|
||||
|
||||
## Release 4.8.0 (EPICS 7.0.4.* March 2021
|
||||
|
||||
* PvaClientNTMultiData::getChannelChangeFlags is a new method. It fixes issue #66.
|
||||
* Fix for issue #68. Both PvaClientArray and PvaClientField are not longer present. Neither was previously implemented.
|
||||
* Several public methods are now protected. They were never meant to be called by clients.
|
||||
* Issue #70 has been fixed.
|
||||
* Changes was made to increase the performance of pvaMultiChannel.
|
||||
* doxygen changes were made.
|
||||
|
||||
## Release 4.7.1 (EPICS 7.0.3.2 May 2020)
|
||||
|
||||
* support access to a union field that is a scalar or scalarArray
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
<div class="head">
|
||||
<h1>EPICS pvaClientCPP</h1>
|
||||
<h2 class="nocount">Release 4.4 - April 2019</h2>
|
||||
<h2 class="nocount">Release 4.8 - March 2021</h2>
|
||||
|
||||
<h2 class="nocount">Abstract</h2>
|
||||
|
||||
@@ -66,9 +66,16 @@ The data for the channels is presented via normative type NTMultiChannel.
|
||||
<hr />
|
||||
<h2>Overview</h2>
|
||||
<p>
|
||||
Documentation for pvaClientCPP is available at:
|
||||
<a
|
||||
href="https://mrkraimer.github.io/website/developerGuide/pvaClient/pvaClientCPP.html">
|
||||
pvaClient
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
pvaClientCPP is one of the components of
|
||||
<a href="http://epics-pvdata.sourceforge.net">
|
||||
EPICS Version 4
|
||||
<a href="https://epics-controls.org/resources-and-support/base/epics-7/">
|
||||
EPICS-7
|
||||
</a>
|
||||
</p>
|
||||
<p>This document is only a guide to help locate code and documentation related to pvaClientCPP
|
||||
|
||||
Reference in New Issue
Block a user