From c187d8c13af4b3b2f437c6f10cf38015ec470ffe Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 5 Jul 2013 13:26:26 -0500 Subject: [PATCH] CAref: typo's, added missing ca_put_callback --- src/ca/CAref.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ca/CAref.html b/src/ca/CAref.html index 94f43aed8..bd63bc018 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -2826,13 +2826,13 @@ int ca_array_put_callback ( chtype TYPE, unsigned long COUNT,

Write a scalar or array value to a process variable.

-

When ca_array_put or ca_put are invoked the client will receive no response +

When ca_put or ca_array_put are invoked the client will receive no response unless the request can not be fulfilled in the server. If unsuccessful an exception handler is run on the client side.

-

When ca_array_put_callback are invoked the user supplied asynchronous call -back is called only after the initiated write operation, and all actions -resulting from the initiating write operation, complete.

+

When ca_put_callback or ca_array_put_callback are invoked the user supplied +asynchronous call back is called only after the initiated write operation, and +all actions resulting from the initiating write operation, complete.

If unsuccessful the call back function is invoked indicating failure status.

@@ -2952,7 +2952,7 @@ int ca_array_get_callback ( chtype TYPE, unsigned long COUNT,

Read a scalar or array value from a process variable.

-

When ca_get or ca_array_get are invoked the returned channel value cant be +

When ca_get or ca_array_get are invoked the returned channel value can't be assumed to be stable in the application supplied buffer until after ECA_NORMAL is returned from ca_pend_io. If a connection is lost outstanding ca get requests are not automatically reissued following reconnect.