47 PVBaseIn(std::shared_ptr<PVBaseInImpl> pvImpl);
64 void read(timespec* pTimestamp, T* pValue)
const;
88 void push(
const timespec& timestamp,
const T& value);
109 void setDecimation(
const std::uint32_t decimation);
122 void replicateFrom(
const std::string& sourceInputPVName);
128 #endif // NDSPVBASEIN_H
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
Represents an input PV.
Definition: pvBaseIn.h:35