This is Unofficial EPICS BASE Doxygen Site
epics::pvData::PostHandler Class Referenceabstract

This class is implemented by code that calls setPostHander. More...

#include "pvData.h"

+ Inheritance diagram for epics::pvData::PostHandler:

Public Member Functions

 POINTER_DEFINITIONS (PostHandler)
 
virtual ~PostHandler ()
 
virtual void postPut ()=0
 

Detailed Description

This class is implemented by code that calls setPostHander.

Definition at line 131 of file pvData.h.

Constructor & Destructor Documentation

virtual epics::pvData::PostHandler::~PostHandler ( )
inlinevirtual

Destructor

Definition at line 138 of file pvData.h.

138 {}

Member Function Documentation

epics::pvData::PostHandler::POINTER_DEFINITIONS ( PostHandler  )
virtual void epics::pvData::PostHandler::postPut ( )
pure virtual

This is called every time postPut is called for this field.

Implemented in epics::pvDatabase::PVRecordField, and epics::pvaClient::PvaClientPostHandlerPvt.


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