#include <TAO_TIO.h>
Collaboration diagram for TAO_TIO:
Public Member Functions | |
TAO_TIO (TimeBase::TimeT lower, TimeBase::TimeT upper) | |
Constructor. | |
~TAO_TIO (void) | |
Destructor. | |
Private Attributes | |
TimeBase::IntervalT | attr_time_interval |
This is the get method for the attribute time interval. |
The TIO represents a time interval and has operations to compare itself with a UTO or another TIO. It also has an operation to create a UTO from the value of it's time interval.
|
Constructor.
|
|
Destructor.
|
|
This is the get method for the attribute time interval. This attribute returns an IntervalT structure with the values of its fields filled in with the corresponding values from the TIO. |