![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#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... | |
Callbacks associated with a SharedPV.
Definition at line 95 of file sharedstate.h.