T commanded() const
Read the commanded value.
Definition: property.h:56
void update(T value)
Update the actual value.
Definition: property.h:74
A template class representing a device property.
Definition: property.h:20
void setCommanded(T value)
Set a new commanded value.
Definition: property.h:68
T actual() const
Read the actual value.
Definition: property.h:62