![]() |
This is Unofficial EPICS BASE Doxygen Site
|
A plugin for a filter that gets a sub array from a PVScalarArray. More...
#include "pvArrayPlugin.h"
Public Member Functions | |
POINTER_DEFINITIONS (PVArrayPlugin) | |
virtual | ~PVArrayPlugin () |
virtual PVFilterPtr | create (const std::string &requestValue, const PVCopyPtr &pvCopy, const epics::pvData::PVFieldPtr &master) |
![]() | |
POINTER_DEFINITIONS (PVPlugin) | |
virtual | ~PVPlugin () |
Static Public Member Functions | |
static void | create () |
A plugin for a filter that gets a sub array from a PVScalarArray.
Definition at line 32 of file pvArrayPlugin.h.
|
virtual |
Definition at line 31 of file pvArrayPlugin.cpp.
|
static |
Factory
Definition at line 35 of file pvArrayPlugin.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 45 of file pvArrayPlugin.cpp.
epics::pvCopy::PVArrayPlugin::POINTER_DEFINITIONS | ( | PVArrayPlugin | ) |