![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "oldAccess.h"
Inheritance diagram for getCallback:
Collaboration diagram for getCallback:Public Member Functions | |
| getCallback (oldChannelNotify &chanIn, caEventCallBackFunc *pFunc, void *pPrivate) | |
| ~getCallback () | |
| void * | operator new (size_t size, tsFreeList< class getCallback, 1024, epicsMutexNOOP > &) |
| void | completion (epicsGuard< epicsMutex > &, unsigned type, arrayElementCount count, const void *pData) |
| getCallback (const getCallback &) | |
| getCallback & | operator= (const getCallback &) |
| void | operator delete (void *) |
Public Member Functions inherited from cacReadNotify | |
| virtual | ~cacReadNotify ()=0 |
Public Attributes | |
| epicsPlacementDeleteOperator((void *, tsFreeList< class getCallback, 1024, epicsMutexNOOP > &)) private caEventCallBackFunc | pFunc ) |
| void * | pPrivate |
| void exception epicsGuard< epicsMutex > int | status |
| void exception epicsGuard< epicsMutex > int const char * | pContext |
| void exception epicsGuard< epicsMutex > int const char unsigned | type |
| void exception epicsGuard< epicsMutex > int const char unsigned arrayElementCount | count |
Public Attributes inherited from cacReadNotify | |
| virtual void exception epicsGuard< epicsMutex > int | status |
| virtual void exception epicsGuard< epicsMutex > int const char * | pContext |
| virtual void exception epicsGuard< epicsMutex > int const char unsigned | type |
| virtual void exception epicsGuard< epicsMutex > int const char unsigned arrayElementCount | count = 0 |
Definition at line 193 of file oldAccess.h.
| getCallback::getCallback | ( | oldChannelNotify & | chanIn, |
| caEventCallBackFunc * | pFunc, | ||
| void * | pPrivate | ||
| ) |
Definition at line 33 of file getCallback.cpp.
| getCallback::~getCallback | ( | ) |
Definition at line 39 of file getCallback.cpp.
| getCallback::getCallback | ( | const getCallback & | ) |
|
virtual |
Implements cacReadNotify.
Definition at line 43 of file getCallback.cpp.
| void getCallback::operator delete | ( | void * | ) |
Definition at line 91 of file getCallback.cpp.
|
inline |
Definition at line 542 of file oldAccess.h.
| getCallback& getCallback::operator= | ( | const getCallback & | ) |
| void exception epicsGuard< epicsMutex > int const char unsigned arrayElementCount getCallback::count |
Definition at line 210 of file oldAccess.h.
| void exception epicsGuard< epicsMutex > int const char* getCallback::pContext |
Definition at line 210 of file oldAccess.h.
| epicsPlacementDeleteOperator (( void *, tsFreeList < class getCallback, 1024, epicsMutexNOOP > & )) private caEventCallBackFunc getCallback::pFunc) |
Definition at line 201 of file oldAccess.h.
| void* getCallback::pPrivate |
Definition at line 206 of file oldAccess.h.
| void exception epicsGuard< epicsMutex > int getCallback::status |
Definition at line 210 of file oldAccess.h.
| void exception epicsGuard< epicsMutex > int const char unsigned getCallback::type |
Definition at line 210 of file oldAccess.h.