diff --git a/README.md b/README.md index d664352..d64a0fa 100644 --- a/README.md +++ b/README.md @@ -21,29 +21,3 @@ It can also be built by: edit configure/RELEASE.local make - -Examples ------------- - -Project exampleCPP has examples for pvaClientCPP - -Status ------- - -* The API is for EPICS Version 4 release 4.6.0 -* Everything defined in pvaClient.h is ready but see below for remaining work. -* Everything defined in pvaClientMultiChannel.h is ready but see below for remaining work. - - -pvaClientChannel ---------------- - -Channel::getField and channelArray are not supported for release 4.6 - -pvaClientMultiChannel ---------------- - -For release 4.5 support is available for multiDouble and NTMultiChannel. -In the future additional support should be provided that at least includes NTScalarMultiChannel. - -Testing with some channels not connected has not been done. diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 5d0aa9d..0070a25 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -1,6 +1,16 @@ EPICS V4 release 4.7 ==================== +Works with release/7.0 of pvDataCPP and release/6.0 of pvAccessCPP +------------------------------------------------------------------ + +Will not work with older versions. + +destroy methods removed +----------------------- + +All the destroy methods are removed since implementation is RAII compliant.s + API changes to PvaClientMonitor ------------------------------- @@ -31,11 +41,6 @@ A new method is also implemented PvaClientMonitorRequesterPtr const & monitorRequester ); -Works with release/6.0 of pvAccessCPP --------------------------------------- - -Not sure this will work with older versions of pvAccessCPP. - EPICS V4 release 4.6 ==================== diff --git a/documentation/htmldoxygen/pvaClient.html b/documentation/htmldoxygen/pvaClient.html index 85a9ed3..315f718 100644 --- a/documentation/htmldoxygen/pvaClient.html +++ b/documentation/htmldoxygen/pvaClient.html @@ -117,6 +117,29 @@ This method is just creates a new PvaClientChannel and returns it to the caller. The caller must call the PvaClientChannel connect methods.
+Each component of pvaClient provides a set of blocking and non-blocking calls. +For example several components (examples are PvaClientChannel and PvaChannelGet) +have methods:
+