|
CosDevIO − |
|
#include <CosDevIO.h> Inherits DevIO< CORBA::Double >. |
|
Public Member Functions |
|
CORBA::Double read (ACS::Time ×tamp) throw (ACSErr::ACSbaseExImpl) |
|
CORBA::Double CosDevIO::read (ACS::Time & timestamp) throw (ACSErr::ACSbaseExImpl) [virtual] Method to read a value. It has to be override by implementation of DevIO. If the method is not overriden, and it is called than ACSErrTypeCommon::NotImplementedExImpl exception is thrown! |
|
Parameters: |
|
timestamp timestamp of reading |
|
Exceptions: |
|
any of ACS exceptions can be thrown |
|
Returns: |
|
read value |
|
Reimplemented from DevIO< CORBA::Double >. |
|
Generated automatically by Doxygen for ACS-2016.4 C++ API from the source code. |