![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "timerPrivate.h"
Inheritance diagram for epicsTimerQueueActiveForC:
Collaboration diagram for epicsTimerQueueActiveForC:Public Member Functions | |
| epicsTimerQueueActiveForC (RefMgr &, bool okToShare, unsigned priority) | |
| void | release () |
| void * | operator new (size_t) |
| void | operator delete (void *) |
Public Member Functions inherited from timerQueueActive | |
| timerQueueActive (RefMgr &, bool okToShare, unsigned priority) | |
| void | start () |
| epicsTimer & | createTimer () |
| epicsTimerForC & | createTimerForC (epicsTimerCallback pCallback, void *pArg) |
| void | show (unsigned int level) const |
| bool | sharingOK () const |
| unsigned | threadPriority () const |
Public Member Functions inherited from timerQueueActiveMgrPrivate | |
| timerQueueActiveMgrPrivate () | |
Public Member Functions inherited from tsDLNode< epicsTimerQueueActiveForC > | |
| tsDLNode () | |
| tsDLNode (const tsDLNode< epicsTimerQueueActiveForC > &) | |
| const tsDLNode< epicsTimerQueueActiveForC > & | operator= (const tsDLNode< epicsTimerQueueActiveForC > &) |
Protected Member Functions | |
| virtual | ~epicsTimerQueueActiveForC () |
Protected Member Functions inherited from timerQueueActive | |
| ~timerQueueActive () | |
Protected Member Functions inherited from timerQueueActiveMgrPrivate | |
| virtual | ~timerQueueActiveMgrPrivate ()=0 |
Additional Inherited Members | |
Public Types inherited from timerQueueActive | |
| typedef epicsSingleton< timerQueueActiveMgr >::reference | RefMgr |
Protected Attributes inherited from timerQueueActive | |
| RefMgr | _refMgr |
Definition at line 214 of file timerPrivate.h.
| epicsTimerQueueActiveForC::epicsTimerQueueActiveForC | ( | RefMgr & | refMgr, |
| bool | okToShare, | ||
| unsigned | priority | ||
| ) |
Definition at line 65 of file epicsTimer.cpp.
|
protectedvirtual |
Definition at line 72 of file epicsTimer.cpp.
|
inline |
Definition at line 271 of file timerPrivate.h.
|
inline |
Definition at line 266 of file timerPrivate.h.
| void epicsTimerQueueActiveForC::release | ( | ) |
Definition at line 76 of file epicsTimer.cpp.