|
TestDevIO − Need the defition of the class to inherit from. |
|
#include <baciTestDevIO.h> Inherits DevIO< CORBA::Double >. |
|
Public Member Functions |
|
TestDevIO () |
|
virtual ~TestDevIO () |
|
virtual CORBA::Double read (ACS::Time ×tamp) |
|
virtual void write (const CORBA::Double &value, ACS::Time ×tamp) |
|
Public Attributes |
|
double m_value |
|
Need the defition of the class to inherit from. |
|
TestDevIO::TestDevIO () [inline] |
|
References m_value. |
|
virtual TestDevIO::~TestDevIO () [inline, virtual] |
|
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. |
|
double TestDevIO::m_value |
|
Referenced by read(), TestDevIO(), and write(). |
|
Generated automatically by Doxygen for ACS-2015.4 C++ API from the source code. |