|
SinDevIO − |
|
#include <SinDevIO.h> Inherits DevIO< CORBA::Float >. |
|
Public Member Functions |
|
CORBA::Float read (ACS::Time ×tamp) throw (ACSErr::ACSbaseExImpl) |
|
CORBA::Float SinDevIO::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::Float >. |
|
Generated automatically by Doxygen for ACS-2014.6 C++ API from the source code. |