EPICS ARCHIVER V4
|
Listener for ProcessVariable state info. More...
#include <ArchiveChannelStateListener.h>
Public Member Functions | |
virtual void | acConnected (Guard &guard, ArchiveChannel &pv, epicsTime &when)=0 |
Invoked when the pv connects. More... | |
virtual void | acDisconnected (Guard &guard, ArchiveChannel &pv, epicsTime &when)=0 |
Invoked when the pv disconnects. More... | |
Listener for ProcessVariable state info.
|
pure virtual |
Invoked when the pv connects.
This means: connected and received control info.
|
pure virtual |
Invoked when the pv disconnects.