![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <string>#include <stdexcept>#include "errlog.h"#include "iocinf.h"#include "oldAccess.h"#include "cac.h"#include "autoPtrFreeList.h"
Include dependency graph for oldChannelNotify.cpp:Go to the source code of this file.
Macros | |
| #define | epicsAssertAuthor "Jeff Hill johill@lanl.gov" |
Functions | |
| void | cacNoopAccesRightsHandler (struct access_rights_handler_args) |
| unsigned epicsStdCall | ca_get_host_name (chid pChan, char *pBuf, unsigned bufLength) |
| const char *epicsStdCall | ca_host_name (chid pChan) |
| void epicsStdCall | ca_set_puser (chid pChan, void *puser) |
| void *epicsStdCall | ca_puser (chid pChan) |
| int epicsStdCall | ca_change_connection_event (chid pChan, caCh *pfunc) |
| int epicsStdCall | ca_replace_access_rights_event (chid pChan, caArh *pfunc) |
| int epicsStdCall | ca_array_get (chtype type, arrayElementCount count, chid pChan, void *pValue) |
| int epicsStdCall | ca_array_get_callback (chtype type, arrayElementCount count, chid pChan, caEventCallBackFunc *pfunc, void *arg) |
| int epicsStdCall | ca_array_put_callback (chtype type, arrayElementCount count, chid pChan, const void *pValue, caEventCallBackFunc *pfunc, void *usrarg) |
| int epicsStdCall | ca_array_put (chtype type, arrayElementCount count, chid pChan, const void *pValue) |
| int epicsStdCall | ca_create_subscription (chtype type, arrayElementCount count, chid pChan, long mask, caEventCallBackFunc *pCallBack, void *pCallBackArg, evid *monixptr) |
| short epicsStdCall | ca_field_type (chid pChan) |
| arrayElementCount epicsStdCall | ca_element_count (chid pChan) |
| enum channel_state epicsStdCall | ca_state (chid pChan) |
| unsigned epicsStdCall | ca_read_access (chid pChan) |
| unsigned epicsStdCall | ca_write_access (chid pChan) |
| const char *epicsStdCall | ca_name (chid pChan) |
| unsigned epicsStdCall | ca_search_attempts (chid pChan) |
| double epicsStdCall | ca_beacon_period (chid pChan) |
| double epicsStdCall | ca_receive_watchdog_delay (chid pChan) |
| int epicsStdCall | ca_v42_ok (chid pChan) |
| #define epicsAssertAuthor "Jeff Hill johill@lanl.gov" |
Definition at line 31 of file oldChannelNotify.cpp.
| int epicsStdCall ca_array_get | ( | chtype | type, |
| arrayElementCount | count, | ||
| chid | pChan, | ||
| void * | pValue | ||
| ) |
Definition at line 267 of file oldChannelNotify.cpp.
| int epicsStdCall ca_array_get_callback | ( | chtype | type, |
| arrayElementCount | count, | ||
| chid | pChan, | ||
| caEventCallBackFunc * | pfunc, | ||
| void * | arg | ||
| ) |
Definition at line 335 of file oldChannelNotify.cpp.
| int epicsStdCall ca_array_put | ( | chtype | type, |
| arrayElementCount | count, | ||
| chid | pChan, | ||
| const void * | pValue | ||
| ) |
Definition at line 476 of file oldChannelNotify.cpp.
| int epicsStdCall ca_array_put_callback | ( | chtype | type, |
| arrayElementCount | count, | ||
| chid | pChan, | ||
| const void * | pValue, | ||
| caEventCallBackFunc * | pfunc, | ||
| void * | usrarg | ||
| ) |
Definition at line 412 of file oldChannelNotify.cpp.
| double epicsStdCall ca_beacon_period | ( | chid | pChan | ) |
Definition at line 686 of file oldChannelNotify.cpp.
Definition at line 218 of file oldChannelNotify.cpp.
| int epicsStdCall ca_create_subscription | ( | chtype | type, |
| arrayElementCount | count, | ||
| chid | pChan, | ||
| long | mask, | ||
| caEventCallBackFunc * | pCallBack, | ||
| void * | pCallBackArg, | ||
| evid * | monixptr | ||
| ) |
Definition at line 530 of file oldChannelNotify.cpp.
| arrayElementCount epicsStdCall ca_element_count | ( | chid | pChan | ) |
Definition at line 630 of file oldChannelNotify.cpp.
| short epicsStdCall ca_field_type | ( | chid | pChan | ) |
Definition at line 621 of file oldChannelNotify.cpp.
| unsigned epicsStdCall ca_get_host_name | ( | chid | pChan, |
| char * | pBuf, | ||
| unsigned | bufLength | ||
| ) |
Definition at line 175 of file oldChannelNotify.cpp.
| const char* epicsStdCall ca_host_name | ( | chid | pChan | ) |
Definition at line 188 of file oldChannelNotify.cpp.
| const char* epicsStdCall ca_name | ( | chid | pChan | ) |
Definition at line 674 of file oldChannelNotify.cpp.
| void* epicsStdCall ca_puser | ( | chid | pChan | ) |
Definition at line 208 of file oldChannelNotify.cpp.
| unsigned epicsStdCall ca_read_access | ( | chid | pChan | ) |
Definition at line 656 of file oldChannelNotify.cpp.
| double epicsStdCall ca_receive_watchdog_delay | ( | chid | pChan | ) |
Definition at line 692 of file oldChannelNotify.cpp.
Definition at line 240 of file oldChannelNotify.cpp.
| unsigned epicsStdCall ca_search_attempts | ( | chid | pChan | ) |
Definition at line 680 of file oldChannelNotify.cpp.
| void epicsStdCall ca_set_puser | ( | chid | pChan, |
| void * | puser | ||
| ) |
Definition at line 198 of file oldChannelNotify.cpp.
| enum channel_state epicsStdCall ca_state | ( | chid | pChan | ) |
Definition at line 639 of file oldChannelNotify.cpp.
| int epicsStdCall ca_v42_ok | ( | chid | pChan | ) |
Definition at line 701 of file oldChannelNotify.cpp.
| unsigned epicsStdCall ca_write_access | ( | chid | pChan | ) |
Definition at line 665 of file oldChannelNotify.cpp.
| void cacNoopAccesRightsHandler | ( | struct access_rights_handler_args | ) |
Definition at line 40 of file oldChannelNotify.cpp.