TestDevIO

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

NAME

TestDevIO −

Need the defition of the class to inherit from.

SYNOPSIS

#include <baciTestDevIO.h>

Inherits DevIO< CORBA::Double >.

Public Member Functions

TestDevIO ()

virtual ~TestDevIO ()

virtual CORBA::Double read (ACS::Time &timestamp)

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

Public Attributes

double m_value

Detailed Description

Need the defition of the class to inherit from.

Constructor & Destructor Documentation

TestDevIO::TestDevIO () [inline]

References m_value.

virtual TestDevIO::~TestDevIO () [inline, virtual]

Member Function Documentation

virtual CORBA::Double TestDevIO::read (ACS::Time & timestamp) [inline, virtual] Exceptions:

ACSErr::ACSbaseExImpl

Reimplemented from DevIO< CORBA::Double >.

References getTimeStamp(), and m_value.

virtual void TestDevIO::write (const CORBA::Double & value, ACS::Time & timestamp) [inline, virtual] Exceptions:

ACSErr::ACSbaseExImpl

Reimplemented from DevIO< CORBA::Double >.

References getTimeStamp(), and m_value.

Member Data Documentation

double TestDevIO::m_value

Referenced by read(), TestDevIO(), and write().

Author

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