CosDevIO

NAME
SYNOPSIS
Member Function Documentation
Author

NAME

CosDevIO −

SYNOPSIS

#include <CosDevIO.h>

Inherits DevIO< CORBA::Double >.

Public Member Functions

CORBA::Double read (ACS::Time &timestamp) throw (ACSErr::ACSbaseExImpl)

Member Function Documentation

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
ACSErr::ACSbaseExImpl

Returns:

read value

Reimplemented from DevIO< CORBA::Double >.

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.