|
EPICS ARCHIVER V4
|
Listener for ProcessVariable info. More...
#include <ProcessVariableListener.h>
Additional Inherited Members | |
Public Member Functions inherited from ProcessVariableStateListener | |
| 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... | |
Public Member Functions inherited from ProcessVariableValueListener | |
| virtual void | pvValue (class ProcessVariable &pv, const RawValue::Data *data)=0 |
| Invoked when the pv has a new value. More... | |
Listener for ProcessVariable info.
1.8.5