![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "syncGroup.h"
Inheritance diagram for syncGroupReadNotify:
Collaboration diagram for syncGroupReadNotify:Public Types | |
| typedef void(CASG::* | PRecycleFunc) (epicsGuard< epicsMutex > &, syncGroupReadNotify &) |
Public Member Functions | |
| void | destroy (CallbackGuard &cbGuard, epicsGuard< epicsMutex > &guard) |
| bool | ioPending (epicsGuard< epicsMutex > &guard) |
| void | begin (epicsGuard< epicsMutex > &, unsigned type, arrayElementCount count) |
| void | cancel (CallbackGuard &cbGuard, epicsGuard< epicsMutex > &guard) |
| void | show (epicsGuard< epicsMutex > &, unsigned level) const |
Public Member Functions inherited from syncGroupNotify | |
| syncGroupNotify () | |
Public Member Functions inherited from tsDLNode< syncGroupNotify > | |
| tsDLNode () | |
| tsDLNode (const tsDLNode< syncGroupNotify > &) | |
| const tsDLNode< syncGroupNotify > & | operator= (const tsDLNode< syncGroupNotify > &) |
Public Member Functions inherited from cacReadNotify | |
| virtual | ~cacReadNotify ()=0 |
| virtual void | completion (epicsGuard< epicsMutex > &, unsigned type, arrayElementCount count, const void *pData)=0 |
Static Public Member Functions | |
| static syncGroupReadNotify * | factory (tsFreeList< class syncGroupReadNotify, 128, epicsMutexNOOP > &, CASG &, PRecycleFunc, chid, void *pValueIn) |
Protected Member Functions | |
| syncGroupReadNotify (CASG &sgIn, PRecycleFunc, chid, void *pValueIn) | |
| virtual | ~syncGroupReadNotify () |
Protected Member Functions inherited from syncGroupNotify | |
| virtual | ~syncGroupNotify () |
| syncGroupNotify (const syncGroupNotify &) | |
| syncGroupNotify & | operator= (const syncGroupNotify &) |
Additional Inherited Members | |
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 61 of file syncGroup.h.
| typedef void( CASG :: * syncGroupReadNotify::PRecycleFunc) (epicsGuard< epicsMutex > &, syncGroupReadNotify &) |
Definition at line 64 of file syncGroup.h.
|
protected |
Definition at line 27 of file syncGroupReadNotify.cpp.
|
protectedvirtual |
Definition at line 75 of file syncGroupReadNotify.cpp.
| void syncGroupReadNotify::begin | ( | epicsGuard< epicsMutex > & | guard, |
| unsigned | type, | ||
| arrayElementCount | count | ||
| ) |
Definition at line 37 of file syncGroupReadNotify.cpp.
|
virtual |
Implements syncGroupNotify.
Definition at line 48 of file syncGroupReadNotify.cpp.
|
virtual |
Implements syncGroupNotify.
Definition at line 66 of file syncGroupReadNotify.cpp.
|
static |
Definition at line 58 of file syncGroupReadNotify.cpp.
|
inlinevirtual |
Implements syncGroupNotify.
Definition at line 264 of file syncGroup.h.
|
virtual |