#include "cacIO.h"
|
| virtual | ~cacChannelNotify ()=0 |
| |
| virtual void | connectNotify (epicsGuard< epicsMutex > &)=0 |
| |
| virtual void | disconnectNotify (epicsGuard< epicsMutex > &)=0 |
| |
| virtual void | serviceShutdownNotify (epicsGuard< epicsMutex > &mutualExclusionGuard)=0 |
| |
| virtual void | accessRightsNotify (epicsGuard< epicsMutex > &, const caAccessRights &)=0 |
| |
| virtual void | readException (epicsGuard< epicsMutex > &, int status, const char *pContext, unsigned type, arrayElementCount count, void *pValue)=0 |
| |
| virtual void | writeException (epicsGuard< epicsMutex > &, int status, const char *pContext, unsigned type, arrayElementCount count)=0 |
| |
Definition at line 125 of file cacIO.h.
| cacChannelNotify::~cacChannelNotify |
( |
| ) |
|
|
pure virtual |
| virtual void cacChannelNotify::connectNotify |
( |
epicsGuard< epicsMutex > & |
| ) |
|
|
pure virtual |
| virtual void cacChannelNotify::disconnectNotify |
( |
epicsGuard< epicsMutex > & |
| ) |
|
|
pure virtual |
| virtual void cacChannelNotify::readException |
( |
epicsGuard< epicsMutex > & |
, |
|
|
int |
status, |
|
|
const char * |
pContext, |
|
|
unsigned |
type, |
|
|
arrayElementCount |
count, |
|
|
void * |
pValue |
|
) |
| |
|
pure virtual |
| virtual void cacChannelNotify::serviceShutdownNotify |
( |
epicsGuard< epicsMutex > & |
mutualExclusionGuard | ) |
|
|
pure virtual |
| virtual void cacChannelNotify::writeException |
( |
epicsGuard< epicsMutex > & |
, |
|
|
int |
status, |
|
|
const char * |
pContext, |
|
|
unsigned |
type, |
|
|
arrayElementCount |
count |
|
) |
| |
|
pure virtual |
| virtual void exception epicsGuard< epicsMutex > int const char* cacChannelNotify::pContext = 0 |
| virtual void exception epicsGuard< epicsMutex > int cacChannelNotify::status |
The documentation for this class was generated from the following files: