EPICS ARCHIVER V4
|
Listener for ProcessVariable info. More...
#include <ProcessVariableListener.h>
Additional Inherited Members | |
![]() | |
virtual | ~ProcessVariableStateListener () |
Constructor. | |
virtual void | pvConnected (class ProcessVariable &pv, const epicsTime &when)=0 |
Invoked when the pv connects. More... | |
virtual void | pvDisconnected (class ProcessVariable &pv, const epicsTime &when)=0 |
Invoked when the pv disconnects. More... | |
![]() | |
virtual void | pvValue (class ProcessVariable &pv, const RawValue::Data *data)=0 |
Invoked when the pv has a new value. More... | |
Listener for ProcessVariable info.