![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "netIO.h"
Inheritance diagram for baseNMIU:
Collaboration diagram for baseNMIU:Public Member Functions | |
| virtual void | destroy (epicsGuard< epicsMutex > &, class cacRecycle &)=0 |
| virtual void | completion (epicsGuard< epicsMutex > &, cacRecycle &)=0 |
| virtual void | completion (epicsGuard< epicsMutex > &, cacRecycle &, unsigned type, arrayElementCount count, const void *pData)=0 |
| virtual void | forceSubscriptionUpdate (epicsGuard< epicsMutex > &guard, nciu &chan)=0 |
| virtual class netSubscription * | isSubscription ()=0 |
| virtual void | show (unsigned level) const =0 |
| virtual void | show (epicsGuard< epicsMutex > &, unsigned level) const =0 |
Public Member Functions inherited from tsDLNode< baseNMIU > | |
| tsDLNode () | |
| tsDLNode (const tsDLNode< baseNMIU > &) | |
| const tsDLNode< baseNMIU > & | operator= (const tsDLNode< baseNMIU > &) |
Public Member Functions inherited from chronIntIdRes< baseNMIU > | |
| chronIntIdRes () | |
Public Member Functions inherited from chronIntId | |
| chronIntId (const unsigned &idIn) | |
Public Member Functions inherited from intId< unsigned, 8u, sizeof(unsigned)*CHAR_BIT > | |
| intId (const unsigned &idIn) | |
| bool | operator== (const intId &idIn) const |
| resTableIndex | hash () const |
| const unsigned | getId () const |
Public Member Functions inherited from tsSLNode< baseNMIU > | |
| tsSLNode () | |
| tsSLNode< baseNMIU > & | operator= (const tsSLNode< baseNMIU > &) |
Public Attributes | |
| virtual void exception epicsGuard< epicsMutex > cacRecycle int | status |
| virtual void exception epicsGuard< epicsMutex > cacRecycle int const char * | pContext = 0 |
| virtual void exception epicsGuard< epicsMutex > cacRecycle int const char unsigned | type |
| virtual void exception epicsGuard< epicsMutex > cacRecycle int const char unsigned arrayElementCount | count = 0 |
Protected Member Functions | |
| NETIO_VIRTUAL_DESTRUCTOR | ~baseNMIU () |
Additional Inherited Members | |
Protected Attributes inherited from intId< unsigned, 8u, sizeof(unsigned)*CHAR_BIT > | |
| unsigned | id |
|
protected |
Definition at line 27 of file baseNMIU.cpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Definition at line 31 of file baseNMIU.cpp.
|
pure virtual |
|
pure virtual |
Implemented in netWriteNotifyIO, netReadNotifyIO, and netSubscription.
|
pure virtual |
Implemented in netWriteNotifyIO, netReadNotifyIO, and netSubscription.
| virtual void exception epicsGuard< epicsMutex > cacRecycle int const char unsigned arrayElementCount baseNMIU::count = 0 |
| void exception epicsGuard< epicsMutex > cacRecycle int const char * baseNMIU::pContext = 0 |
| void exception epicsGuard< epicsMutex > cacRecycle int baseNMIU::status |
| virtual void exception epicsGuard< epicsMutex > cacRecycle int const char unsigned baseNMIU::type |