From 9dc80154e39aa3247a4c2eb985353bd4b1b7940f Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 6 Nov 2003 17:09:21 +0000 Subject: [PATCH] changes for dbCaPutCallback and others --- documentation/RELEASE_NOTES.html | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 15f3b5016..dc831d410 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -9,9 +9,9 @@
-

EPICS Base Release 3.14.4

+

EPICS Base Release 3.14.5

-

????4 September 2003

+

DD MMMMM 2003

Changes since 3.14.4

@@ -46,12 +46,33 @@ the above bug the delay was more like 64 mS.

This bug appears only in earlier versions of EPICS R3.14

+

dbCa

+

Better error messages are now generated.

+

dbCaPutLinkCallback is a new function. It provides the ability to implement record/driver +support that does not complete until a channel access put callback has completed. See the Application Developer's Guide for details.

+

devXxSoftCallback

+

Soft device that uses dbCaPutLinkCallback has been written for +ao, bo, longout, mbbo, mbboDirect, and stringout records. To use these +your xxxInclude.dbd must have:

+
    include "devSoftCallback.dbd"
+

calcoutRecord

+

The CALC and OCAL fields now have a size of 40 so that they are the +same as the calcRecord.

+

mbbiRecord

+

The fields ZRST,...,FFST are now special(SPC_MOD).

+

mbboRecord

+

The fields ZRST,...,FFST are now special(SPC_MOD). +init_record now checks to see if state strings or values are defined +during pass 0. Previously if another record had a DBR_STRING link to +an mbboRecord it thought the field was a USHORT instead of an ENUM.

+

Changes since 3.14.3

-

Format string checking

- +

sCalcPostfix

+

This has been removed from base.

+

Format string checking

'printf-style' functions like errlogPrintf have their arguments verified against their format string when compiled with gcc.