10 #ifndef NDSPVDELEGATEIN_H
11 #define NDSPVDELEGATEIN_H
26 #ifndef SWIG // PVDelegate will not be present in SWIG generated files
67 typedef std::function<void (timespec*, T*)>
read_t;
87 #endif // NDSPVDELEGATEIN_H
std::function< void(timespec *, T *)> read_t
Definition of the method used to read the PV value.
Definition: pvDelegateIn.h:67
Defines all the enumeration and common types used across the NDS library.
Defines the base class for the input PVs.
Represents an input PV.
Definition: pvBaseIn.h:35
An input PV that delegates the read operation to an external function.
Definition: pvDelegateIn.h:52