This is Unofficial EPICS BASE Doxygen Site
callbackManager Class Reference

#include "cac.h"

+ Inheritance diagram for callbackManager:
+ Collaboration diagram for callbackManager:

Public Member Functions

 callbackManager (cacContextNotify &, epicsMutex &callbackControl)
 
- Public Member Functions inherited from notifyGuard
 notifyGuard (cacContextNotify &)
 
 ~notifyGuard ()
 

Public Attributes

epicsGuard< epicsMutex > cbGuard
 

Detailed Description

Definition at line 89 of file cac.h.

Constructor & Destructor Documentation

callbackManager::callbackManager ( cacContextNotify notify,
epicsMutex &  callbackControl 
)
inline

Definition at line 394 of file cac.h.

395  :
396  notifyGuard ( notify ), cbGuard ( callbackControl )
397 {
398 }
epicsGuard< epicsMutex > cbGuard
Definition: cac.h:94
notifyGuard(cacContextNotify &)
Definition: cac.h:383

Member Data Documentation

epicsGuard< epicsMutex > callbackManager::cbGuard

Definition at line 94 of file cac.h.


The documentation for this class was generated from the following file: