Need the defition of the class to inherit from. More...
#include <baciTestDevIO.h>
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] |
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] |
ACSErr::ACSbaseExImpl |
Reimplemented from DevIO< CORBA::Double >.
References getTimeStamp(), and m_value.
double TestDevIO::m_value |
Referenced by read(), TestDevIO(), and write().