10 #ifndef NDSPVBASEOUT_H
11 #define NDSPVBASEOUT_H
47 PVBaseOut(std::shared_ptr<PVBaseOutImpl> pvImpl);
64 void read(timespec* pTimestamp, T* pValue)
const;
78 void write(
const timespec& timestamp,
const T& value);
91 void subscribeTo(
const std::string& inputPVName);
97 #endif // NDSPVBASEOUT_H
Represents an output PV.
Definition: pvBaseOut.h:35
Defines the base class for all the input and output PVs.
Base class for objects that process a single PV (or attribute in Tango parlance). ...
Definition: pvBase.h:42