From 2893c435acee920ed92898862dcbf002bd38b009 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 18 Sep 2001 17:06:31 +0000 Subject: [PATCH] doc --- src/ca/CAref.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/ca/CAref.html b/src/ca/CAref.html index 839d72e07..558b81f35 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -81,15 +81,13 @@ height="31" width="88">

  • read from a channel
  • subscribe for state change updates
  • cancel a subscription
  • -
  • procedural block for certain requests to - complete
  • +
  • block for certain requests to complete
  • test to see if certain requests have completed
  • -
  • process CA client library background - activities
  • -
  • flush outstanding requests to the server
  • -
  • replace the default exception - handler
  • +
  • process CA client library background + activities
  • +
  • flush outstanding requests to the server
  • +
  • replace the default exception handler
  • ca_clear_event
  • ca_pend_io
  • ca_test_io
  • -
  • ca_pend_event
  • -
  • ca_flush_io
  • +
  • ca_pend_event
  • +
  • ca_flush_io
  • ca_signal
  • ca_add_exception_event
  • ca_replace_printf_handler
  • @@ -1308,7 +1306,7 @@ ca_pend_io() or

    ca_pend_io()

    -

    ca_pend_event()

    +

    ca_pend_event()

    #include <cadef.h>
    int ca_pend_event ( double TIMEOUT ); 
    int ca_poll (); 
    @@ -1340,7 +1338,7 @@ channel access labor has been processed.

    ECA_EVDISALLOW - Function inappropriate for use within a call back handler

    -

    ca_flush_io()

    +

    ca_flush_io()

    #include <cadef.h>
    int ca_flush_io(); 
    @@ -1401,7 +1399,7 @@ for this purpose.

    ECA_NORMAL - Normal successful completion

    -

    ca_add_exception_event()

    +

    ca_add_exception_event()

    #include <cadef.h> 
    typedef void (*pCallback) ( struct exception_handler_args HANDLERARGS );
    int ca_add_exception_event ( pCallback  USERFUNC, void *USERARG );