This is Unofficial EPICS BASE Doxygen Site
cacIO.h File Reference
#include <new>
#include <stdarg.h>
#include "tsDLList.h"
#include "epicsMutex.h"
#include "epicsGuard.h"
#include "epicsThread.h"
#include "libCaAPI.h"
+ Include dependency graph for cacIO.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cacWriteNotify
 
class  cacReadNotify
 
class  cacStateNotify
 
class  caAccessRights
 
class  cacChannelNotify
 
class  CallbackGuard
 
class  cacChannel
 
class  cacChannel::badString
 
class  cacChannel::badType
 
class  cacChannel::badPriority
 
class  cacChannel::outOfBounds
 
class  cacChannel::badEventSelection
 
class  cacChannel::noWriteAccess
 
class  cacChannel::noReadAccess
 
class  cacChannel::notConnected
 
class  cacChannel::unsupportedByService
 
class  cacChannel::msgBodyCacheTooSmall
 
class  cacChannel::requestTimedOut
 
class  cacContext
 
class  cacContextNotify
 
class  cacService
 

Typedefs

typedef unsigned long arrayElementCount
 

Functions

LIBCA_API void epicsStdCall caInstallDefaultService (cacService &service)
 

Variables

LIBCA_API epicsThreadPrivateId caClientCallbackThreadId
 

Typedef Documentation

typedef unsigned long arrayElementCount

Definition at line 57 of file cacIO.h.

Function Documentation

LIBCA_API void epicsStdCall caInstallDefaultService ( cacService service)

Definition at line 738 of file ca_client_context.cpp.

739 {
741 }
static void installDefaultService(cacService &)

Variable Documentation

LIBCA_API epicsThreadPrivateId caClientCallbackThreadId

Definition at line 41 of file ca_client_context.cpp.