TAO_TIO Class Reference

Time Interval Object Implementation. More...

#include <TAO_TIO.h>

List of all members.

Public Member Functions

 TAO_TIO (TimeBase::TimeT lower, TimeBase::TimeT upper)
 Constructor.
 ~TAO_TIO (void)
 Destructor.
virtual TimeBase::IntervalT time_interval ()
 This is the get method for the attribute time interval.
virtual CosTime::OverlapType spans (CosTime::UTO_ptr time, CosTime::TIO_out overlap)
virtual CosTime::OverlapType overlaps (CosTime::TIO_ptr interval, CosTime::TIO_out overlap)
virtual CosTime::UTO_ptr time (void)

Private Attributes

TimeBase::IntervalT attr_time_interval


Detailed Description

Time Interval Object Implementation.

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 Documentation

TAO_TIO::TAO_TIO ( TimeBase::TimeT  lower,
TimeBase::TimeT  upper 
)

Constructor.

TAO_TIO::~TAO_TIO ( void   ) 

Destructor.


Member Function Documentation

CosTime::OverlapType TAO_TIO::overlaps ( CosTime::TIO_ptr  interval,
CosTime::TIO_out  overlap 
) [virtual]

This operation returns a value of type OverlapType depending on how the interval in the object and interval in the parameter TIO overlap. If OverlapType is not OTNoOverlap, then the out parameter overlap contains the overlap interval, otherwise the out parameter contains the gap between the two intervals.

CosTime::OverlapType TAO_TIO::spans ( CosTime::UTO_ptr  time,
CosTime::TIO_out  overlap 
) [virtual]

This operation returns a value of type OverlapType depending on how the interval in the object and the time range represented by the parameter UTO overlap. If OverlapType is not OTNoOverlap, then the out parameter overlap contains the overlap interval, otherwise the out parameter contains the gap between the two intervals.

CosTime::UTO_ptr TAO_TIO::time ( void   )  [virtual]

Returns a UTO in which the inaccuracy interval is equal to the time interval in the TIO and time value is the midpoint of the interval.

TimeBase::IntervalT TAO_TIO::time_interval ( void   )  [virtual]

This is the get method for the attribute time interval.


Member Data Documentation

TimeBase::IntervalT TAO_TIO::attr_time_interval [private]

This attribute returns an IntervalT structure with the values of its fields filled in with the corresponding values from the TIO.


The documentation for this class was generated from the following files:

Generated on Mon Jul 13 17:02:16 2009 for TAO_CosTime by  doxygen 1.5.8