#include <TAO_UTO.h>
Collaboration diagram for TAO_UTO:
Public Member Functions | |
TAO_UTO (TimeBase::TimeT time, TimeBase::InaccuracyT inaccuracy, TimeBase::TdfT tdf) | |
Constructor. | |
~TAO_UTO (void) | |
Destructor. | |
Private Attributes | |
TimeBase::UtcT | attr_utc_time_ |
For the readonly attribute <utc_time>. |
This is an encapsulation of the time. It provides the following operations on basic time.
|
Constructor.
|
|
Destructor.
|
|
For the readonly attribute <utc_time>. The readonly attribute structure having the time, inaccuracy and displacement. The get methods for other readonly attributes (time, inaccuracy, tdf) defined in the IDL use the members of this structure and hence need not have separate member variables for them. |