API change to epicsMessageQueue.

This commit is contained in:
W. Eric Norum
2003-05-29 13:18:26 +00:00
parent 1e84246cb7
commit 78313c62f9
+16
View File
@@ -14,6 +14,22 @@
<h1>May 21 2003</h1>
</center>
<center>
<h2>Changes since 3.14.2</h2>
</center>
<p><strong>epicsMessageQueue</strong></p>
<p>The epicsMessageQueue API has been changed. All functions and methods
to receive a message now have an additional argument which specifies the size
of the receiver buffer. The receive functions/methods return -1 and the
received message is discarded if the received message will not fit in the
buffer.
See the Application Developer's Guide (libCom OSI) for details.</p>
<p>
This is an incompatible change. All R3.14.2 applications which use
epicsMessageQueue must be modified before they can be compiled and
used with R3.14.3</p>
<center>
<h2>Changes since 3.14.1</h2>
</center>