Public Member Functions | Public Attributes

TestDevIO Class Reference

Need the defition of the class to inherit from. More...

#include <baciTestDevIO.h>

Inheritance diagram for TestDevIO:
Inheritance graph
[legend]
Collaboration diagram for TestDevIO:
Collaboration graph
[legend]

List of all members.

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

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


The documentation for this class was generated from the following file: