10 #ifndef NDSPVVARIABLEIN_H
11 #define NDSPVVARIABLEIN_H
82 void setValue(
const T& value);
98 void setValue(
const timespec& timestamp,
const T& value);
103 #endif // NDSPVVARIABLEIN_H
An input PV object that also stores the value so it does not need to delegate the read function...
Definition: pvVariableIn.h:50
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