add info about epicsMessageQueue

This commit is contained in:
Marty Kraimer
2003-04-09 13:58:49 +00:00
parent 000aaea550
commit ec94384106

View File

@@ -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).</p>
<p><strong>epicsMessageQueue</strong></p>
<p>A new facility that provides the capabilities of vxWorks msgQLib.
See the Application Developer's Guide (libCom OSI) for details.</p>
<p><strong>epicsStdio and errlogPrintf</strong></p>
<p>A new facility has been added to libCom described by epicsStdio.h.
It contains the functions epicsSnprintf and epicsVsnprintf.