10 #ifndef NDSPVVARIABLEINIMPL_H
11 #define NDSPVVARIABLEINIMPL_H
14 #include "nds3/impl/pvBaseInImpl.h"
34 class NDS3_API PVVariableInImpl:
public PVBaseInImpl
50 virtual void read(timespec* pTimestamp, T* pValue)
const;
67 void setValue(
const T& value);
78 void setValue(
const timespec& timestamp,
const T& value);
84 mutable std::mutex m_pvMutex;
89 #endif // NDSPVVARIABLEINIMPL_H
The node's role is not specified.
dataType_t
PV data types.
Definition: definitions.h:53
inputPvType_t
Defines an input PV's role: this information is used to build the PV's external name when using the N...
Definition: definitions.h:118