import "CosTime.idl";
Public Member Functions | |
| OverlapType | spans (in UTO time, out TIO overlap) |
| Calculates the overlap between this TIO and a UTO. | |
| OverlapType | overlaps (in TIO interval, out TIO overlap) |
| Calculates the overlap between two TIOs. | |
| UTO | time () |
| Converts this TIO into a UTO. | |
Public Attributes | |
| readonly attribute TimeBase::IntervalT | time_interval |
| Specifies the interval represented by this TIO. | |
| OverlapType CosTime::TIO::overlaps | ( | in TIO | interval, | |
| out TIO | overlap | |||
| ) |
Calculates the overlap between two TIOs.
interval - the TIO to compare to this one. overlap - set to the intersection of the two TIOs if there is overlap.
| OverlapType CosTime::TIO::spans | ( | in UTO | time, | |
| out TIO | overlap | |||
| ) |
| UTO CosTime::TIO::time | ( | ) |
| readonly attribute TimeBase::IntervalT CosTime::TIO::time_interval |
Specifies the interval represented by this TIO.
![]()