This is Unofficial EPICS BASE Doxygen Site
epics::pvDatabase::PVRecordClient Class Referenceabstract

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...
 

Detailed Description

An interface implemented by code that accesses the record.

Author
mrk

Definition at line 408 of file pvDatabase.h.

Constructor & Destructor Documentation

virtual epics::pvDatabase::PVRecordClient::~PVRecordClient ( )
inlinevirtual

Destructor.

Definition at line 414 of file pvDatabase.h.

414 {}

Member Function Documentation

virtual void epics::pvDatabase::PVRecordClient::detach ( PVRecordPtr const &  pvRecord)
pure virtual

Detach from the record because it is being removed.

Parameters
pvRecordThe record.

Implemented in epics::pvDatabase::ChannelLocal, and epics::pvDatabase::MonitorLocal.

epics::pvDatabase::PVRecordClient::POINTER_DEFINITIONS ( PVRecordClient  )

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