|
pvAccessCPP
7.1.1
|
Callbacks associated with a SharedPV. More...
#include <server/pva/sharedstate.h>
Public Member Functions | |
| POINTER_DEFINITIONS (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() | |
| virtual void | onPut (const SharedPV::shared_pointer &pv, Operation &op) |
| Client requests Put. | |
| virtual void | onRPC (const SharedPV::shared_pointer &pv, Operation &op) |
| Client requests RPC. | |
Callbacks associated with a SharedPV.
Definition at line 95 of file sharedstate.h.
1.8.13