![]() |
This is Unofficial EPICS BASE Doxygen Site
|
A plugin for a filter that sets a timeStamp to the current time. More...
#include "pvTimestampPlugin.h"
Inheritance diagram for epics::pvCopy::PVTimestampPlugin:
Collaboration diagram for epics::pvCopy::PVTimestampPlugin:Public Member Functions | |
| POINTER_DEFINITIONS (PVTimestampPlugin) | |
| virtual | ~PVTimestampPlugin () |
| 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 sets a timeStamp to the current time.
Definition at line 33 of file pvTimestampPlugin.h.
|
virtual |
Definition at line 35 of file pvTimestampPlugin.cpp.
|
static |
Factory
Definition at line 39 of file pvTimestampPlugin.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 49 of file pvTimestampPlugin.cpp.
| epics::pvCopy::PVTimestampPlugin::POINTER_DEFINITIONS | ( | PVTimestampPlugin | ) |