#include <baciDevIOMem.h>
Inheritance diagram for DevIOMem< T >:
Public Member Functions | |
DevIOMem (T &value) | |
virtual | ~DevIOMem () |
virtual bool | initializeValue () |
virtual T | read (ACS::Time ×tamp) |
virtual void | write (const T &value, ACS::Time ×tamp) |
Private Attributes | |
T & | value_m |
|
Constructor that accepts a reference to an object of any type using templates.
|
|
|
|
The return value of initializeValue function tells the constructor of property if it has to set initial value of DevIO to default value or not. The default value of property is read from CDB. InitializeValue: If true ACS will try to automatically set the value upon initialization.
Reimplemented from DevIO< T >.
|
|
Reimplemented from DevIO< T >.
|
|
Reimplemented from DevIO< T >.
|
|
|