TMCDB::MCtestDevIONoIncremental

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
Author

NAME

TMCDB::MCtestDevIONoIncremental −

SYNOPSIS

#include <MCtestDevIO.h>

Inherits DevIO< T >.

Public Member Functions

MCtestDevIONoIncremental (T &value, ACS::Time &timestamp)

virtual ~MCtestDevIONoIncremental ()

virtual bool initializeValue ()

virtual T read (ACS::Time &timestamp)

virtual void write (const T &value, ACS::Time &timestamp)

Protected Attributes

T value_m

ACS::Time timestamp_m

template<class T> class TMCDB::MCtestDevIONoIncremental< T >

Constructor & Destructor Documentation

template<class T > TMCDB::MCtestDevIONoIncremental< T >::MCtestDevIONoIncremental (T & value, ACS::Time & timestamp) [inline] 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

template<class T > virtual TMCDB::MCtestDevIONoIncremental< T >::~MCtestDevIONoIncremental () [inline, virtual]

Member Function Documentation

template<class T > 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.

Returns:

bool - If true attempt to initialize the value at instanciation.

Reimplemented from DevIO< T >.

template<class T > virtual T TMCDB::MCtestDevIONoIncremental< T >::read (ACS::Time & timestamp) [inline, virtual] Exceptions:

ACSErr::ACSbaseExImpl

Reimplemented from DevIO< T >.

References TMCDB::MCtestDevIONoIncremental< T >::timestamp_m, and TMCDB::MCtestDevIONoIncremental< T >::value_m.

template<class T > virtual void TMCDB::MCtestDevIONoIncremental< T >::write (const T & value, ACS::Time & timestamp) [inline, virtual] Exceptions:

ACSErr::ACSbaseExImpl

Reimplemented from DevIO< T >.

References TMCDB::MCtestDevIONoIncremental< T >::timestamp_m, and TMCDB::MCtestDevIONoIncremental< T >::value_m.

Member Data Documentation

template<class T > ACS::Time TMCDB::MCtestDevIONoIncremental< T >::timestamp_m [protected]

Referenced by TMCDB::MCtestDevIONoIncremental< T >::read(), and TMCDB::MCtestDevIONoIncremental< T >::write().

template<class T > T TMCDB::MCtestDevIONoIncremental< T >::value_m [protected]

Referenced by TMCDB::MCtestDevIONoIncremental< T >::read(), and TMCDB::MCtestDevIONoIncremental< T >::write().

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.