#include <MCtestDevIO.h>
List of all members.
template<class T>
class TMCDB::MCtestDevIOSeq< T >
Constructor & Destructor Documentation
Constructor that accepts a reference to an object of any type using templates.
- Parameters:
-
| value | templated reference to the allocated memory to be used for the data |
| init | timestamp 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 |
Member Function Documentation
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.
- Returns:
- bool - If true attempt to initialize the value at instanciation.
Reimplemented from DevIO< T >.
Method to read a value. It has to be override by implementation of DevIO. If the method is not overriden, and it is called than ACSErrTypeCommon::NotImplementedExImpl exception is thrown!
- Parameters:
-
| timestamp | timestamp of reading |
- Exceptions:
-
- Returns:
- read value
Reimplemented from DevIO< T >.
template<class T>
virtual void TMCDB::MCtestDevIOSeq< T >::write |
( |
const T & |
value, |
|
|
ACS::Time & |
timestamp | |
|
) |
| | [inline, virtual] |
Method to write a value. It has to be override by implementation of DevIO If the method is not overriden, and it is called than ACSErrTypeCommon::NotImplementedExImpl exception is thrown!
- Parameters:
-
| value | value to be writen |
| timestamp | timestamp of writing |
- Exceptions:
-
Reimplemented from DevIO< T >.
Member Data Documentation
The documentation for this class was generated from the following file: