![]() |
This is Unofficial EPICS BASE Doxygen Site
|
A plugin for a filter that gets a sub array from a PVScalarDeadband. More...
#include "pvDeadbandPlugin.h"
Inheritance diagram for epics::pvCopy::PVDeadbandPlugin:
Collaboration diagram for epics::pvCopy::PVDeadbandPlugin:Public Member Functions | |
| POINTER_DEFINITIONS (PVDeadbandPlugin) | |
| virtual | ~PVDeadbandPlugin () |
| virtual PVFilterPtr | create (const std::string &requestValue, const PVCopyPtr &pvCopy, const epics::pvData::PVFieldPtr &master) |
Public Member Functions inherited from epics::pvCopy::PVPlugin | |
| POINTER_DEFINITIONS (PVPlugin) | |
| virtual | ~PVPlugin () |
Static Public Member Functions | |
| static void | create () |
A plugin for a filter that gets a sub array from a PVScalarDeadband.
Definition at line 33 of file pvDeadbandPlugin.h.
|
virtual |
Definition at line 34 of file pvDeadbandPlugin.cpp.
|
static |
Factory
Definition at line 38 of file pvDeadbandPlugin.cpp.
|
virtual |
Create a PVFilter.
| requestValue | The value part of a name=value request option. |
| pvCopy | The PVCopy to which the PVFilter will be attached. |
| master | The field in the master PVStructure to which the PVFilter will be attached |
Implements epics::pvCopy::PVPlugin.
Definition at line 48 of file pvDeadbandPlugin.cpp.
| epics::pvCopy::PVDeadbandPlugin::POINTER_DEFINITIONS | ( | PVDeadbandPlugin | ) |