diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 606de5d..8ba3a8d 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -4,7 +4,8 @@ This document summarizes the changes to the module between releases. ## Master (June 2019) -support is a new feature +1) support is a new feature. +2) processRecord is new ## Release 4.4.2 (EPICS 7.0.2.2, Apr 2019) diff --git a/documentation/TODO.md b/documentation/TODO.md index 1d22c5d..fd9f388 100644 --- a/documentation/TODO.md +++ b/documentation/TODO.md @@ -1,16 +1,10 @@ TODO =========== -monitorPlugin -------------- - -A debate is on-going about what semantics should be. - -Must test record delete. +unlisten and detach ------------------- -Must test removing a record from the PVDatabase while a pvAccess client -is attached. Also why do both unlisten and detach exists? +Why do both unlisten and detach exists? create more regression tests diff --git a/documentation/pvDatabaseCPP.html b/documentation/pvDatabaseCPP.html index db4b916..8c00b1c 100644 --- a/documentation/pvDatabaseCPP.html +++ b/documentation/pvDatabaseCPP.html @@ -36,7 +36,8 @@
Example code is available as part of this release. +href="https://github.com/epics-base/exampleCPP"> exampleCPP
@@ -245,6 +246,9 @@ other functionality. Each record uses the control and scalarAlarm support provided by pvDatabaseCPP. ++It also creates records that can be used by clients to show example of the plugin support. +
Shell commands are made available via the standard DBD include mechanism @@ -267,7 +271,7 @@ pvDatabaseCPP
In addition any code that implements a PVRecord must implement an ioc command. -Look at any of the examples in exampleCPP to see how to implement shell commands.
+Look at the examples in exampleCPP/support to see how to implement shell commands.