From 8da4eb3b46710dbfc263368e27afc6d0298b9e2a Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 30 Mar 2004 19:58:40 +0000 Subject: [PATCH] Add epicsRegisterFunction. --- documentation/RELEASE_NOTES.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 269c989df..dfda10e51 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -49,6 +49,10 @@ O.Common directories are not removed.

epicsExportAddress(typ,obj) now generates an extern named pvar_typ_obj and epicsExportRegistrar(func) an extern named pvar_func_obj. Previously both just named the variable pobj.

+

epicsRegisterFunction(name) in conjunction with the dbd 'function' keyword +can be used to register functions referred to by record subroutine name +fields.

+

Access Security

The access security configuration rules now accept quoted strings where