EPICS ARCHIVER V4
|
Listener for ProcessVariable info. More...
#include <ProcessVariableListener.h>
Public Member Functions | |
virtual void | pvValue (class ProcessVariable &pv, const RawValue::Data *data)=0 |
Invoked when the pv has a new value. More... | |
Listener for ProcessVariable info.
|
pure virtual |
Invoked when the pv has a new value.
Can be the result of a 'getValue' or 'subscribe'.
Implemented in SampleMechanism, ArchiveChannel, SampleMechanismEA3, DisableFilter, ProcessVariableFilter, RepeatFilter, DemoProcessVariableListener, TimeFilter, and TimeSlotFilter.