From ec9438410634dc839190c9e8feb2c4eea1ea1ecc Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 9 Apr 2003 13:58:49 +0000 Subject: [PATCH] add info about epicsMessageQueue --- documentation/RELEASE_NOTES.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index bfec6e348..28839e2c9 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -60,6 +60,10 @@ field string is identical to the old one. The default (zero) menu value is set to "Always" if you want a record to fire monitors every time the record is processed (analagous to setting ADEL/MDEL=-1 for numeric record types).

+

epicsMessageQueue

+

A new facility that provides the capabilities of vxWorks msgQLib. +See the Application Developer's Guide (libCom OSI) for details.

+

epicsStdio and errlogPrintf

A new facility has been added to libCom described by epicsStdio.h. It contains the functions epicsSnprintf and epicsVsnprintf.