This is Unofficial EPICS BASE Doxygen Site
pvas::SharedPV::Handler Struct Reference

#include "sharedstate.h"

Public Member Functions

 POINTER_DEFINITIONS (Handler)
 
virtual ~Handler ()
 
virtual void onFirstConnect (const SharedPV::shared_pointer &pv)
 
virtual void onLastDisconnect (const SharedPV::shared_pointer &pv)
 Called when the last client disconnects. May close() More...
 
virtual void onPut (const SharedPV::shared_pointer &pv, Operation &op)
 Client requests Put. More...
 
virtual void onRPC (const SharedPV::shared_pointer &pv, Operation &op)
 Client requests RPC. More...
 

Detailed Description

Callbacks associated with a SharedPV.

Note
For the purposes of locking, this class is an Requester (see provider_roles_requester_locking)

Definition at line 95 of file sharedstate.h.


The documentation for this struct was generated from the following files: