![]() |
This is Unofficial EPICS BASE Doxygen Site
|
A filter that sets a timeStamp to/from the current field or pvCopy. More...
#include "pvTimestampPlugin.h"
Inheritance diagram for epics::pvCopy::PVTimestampFilter:
Collaboration diagram for epics::pvCopy::PVTimestampFilter:Public Member Functions | |
| POINTER_DEFINITIONS (PVTimestampFilter) | |
| virtual | ~PVTimestampFilter () |
| bool | filter (const epics::pvData::PVFieldPtr &pvCopy, const epics::pvData::BitSetPtr &bitSet, bool toCopy) |
| std::string | getName () |
Public Member Functions inherited from epics::pvCopy::PVFilter | |
| POINTER_DEFINITIONS (PVFilter) | |
| virtual | ~PVFilter () |
Static Public Member Functions | |
| static PVTimestampFilterPtr | create (const std::string &requestValue, const epics::pvData::PVFieldPtr &master) |
A filter that sets a timeStamp to/from the current field or pvCopy.
Definition at line 61 of file pvTimestampPlugin.h.
|
virtual |
Definition at line 57 of file pvTimestampPlugin.cpp.
|
static |
Create a PVTimestampFilter.
| requestValue | The value part of a name=value request option. |
| master | The field in the master PVStructure to which the PVFilter will be attached. |
Definition at line 62 of file pvTimestampPlugin.cpp.
|
virtual |
Perform a filter operation
| pvCopy | The field in the copy PVStructure. |
| bitSet | A bitSet for copyPVStructure. |
| toCopy | (true,false) means copy (from master to copy,from copy to master) |
Implements epics::pvCopy::PVFilter.
Definition at line 90 of file pvTimestampPlugin.cpp.
|
virtual |
Get the filter name.
Implements epics::pvCopy::PVFilter.
Definition at line 121 of file pvTimestampPlugin.cpp.
| epics::pvCopy::PVTimestampFilter::POINTER_DEFINITIONS | ( | PVTimestampFilter | ) |