![]() |
This is Unofficial EPICS BASE Doxygen Site
|
An interface implemented by code that accesses the record. More...
#include "pvDatabase.h"
Inheritance diagram for epics::pvDatabase::PVRecordClient:Public Member Functions | |
| POINTER_DEFINITIONS (PVRecordClient) | |
| virtual | ~PVRecordClient () |
| Destructor. More... | |
| virtual void | detach (PVRecordPtr const &pvRecord)=0 |
| Detach from the record because it is being removed. More... | |
An interface implemented by code that accesses the record.
Definition at line 408 of file pvDatabase.h.
|
inlinevirtual |
|
pure virtual |
Detach from the record because it is being removed.
| pvRecord | The record. |
Implemented in epics::pvDatabase::ChannelLocal, and epics::pvDatabase::MonitorLocal.
| epics::pvDatabase::PVRecordClient::POINTER_DEFINITIONS | ( | PVRecordClient | ) |