#include <MCtestDevIO.h>
Public Member Functions | |
MCtestDevIONoIncremental (T &value, ACS::Time ×tamp) | |
virtual | ~MCtestDevIONoIncremental () |
virtual bool | initializeValue () |
virtual T | read (ACS::Time ×tamp) |
virtual void | write (const T &value, ACS::Time ×tamp) |
Protected Attributes | |
T | value_m |
ACS::Time & | timestamp_m |
TMCDB::MCtestDevIONoIncremental< T >::MCtestDevIONoIncremental | ( | T & | value, | |
ACS::Time & | timestamp | |||
) | [inline] |
Constructor that accepts a reference to an object of any type using templates.
value | templated reference to the allocated memory to be used for the data | |
init | timestamp |
virtual TMCDB::MCtestDevIONoIncremental< T >::~MCtestDevIONoIncremental | ( | ) | [inline, virtual] |
virtual bool TMCDB::MCtestDevIONoIncremental< T >::initializeValue | ( | ) | [inline, virtual] |
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 >.
virtual T TMCDB::MCtestDevIONoIncremental< T >::read | ( | ACS::Time & | timestamp | ) | [inline, virtual] |
ACSErr::ACSbaseExImpl |
Reimplemented from DevIO< T >.
References TMCDB::MCtestDevIONoIncremental< T >::timestamp_m, and TMCDB::MCtestDevIONoIncremental< T >::value_m.
virtual void TMCDB::MCtestDevIONoIncremental< T >::write | ( | const T & | value, | |
ACS::Time & | timestamp | |||
) | [inline, virtual] |
ACSErr::ACSbaseExImpl |
Reimplemented from DevIO< T >.
References TMCDB::MCtestDevIONoIncremental< T >::timestamp_m, and TMCDB::MCtestDevIONoIncremental< T >::value_m.
ACS::Time& TMCDB::MCtestDevIONoIncremental< T >::timestamp_m [protected] |
T TMCDB::MCtestDevIONoIncremental< T >::value_m [protected] |