CosTime Namespace Reference


Classes

exception  TimeUnavailable
interface  UTO
 An instance of the UTO interface represents an instant in time. More...
interface  TIO
 An instance of the TIO interface represents an interval in time, consisting of an upper and a lower bound. More...
interface  TimeService
 The time service is used to create instances of TIOs and UTOs from components, and to determine the current time. More...

Enumerations

enum  TimeComparison { TCEqualTo, TCLessThan, TCGreaterThan, TCIndeterminate }
enum  ComparisonType { IntervalC, MidC }
enum  OverlapType { OTContainer, OTContained, OTOverlap, OTNoOverlap }


Detailed Description

Author:
OMG
Version:
Version 00-06-26


Enumeration Type Documentation

enum CosTime::TimeComparison

Enumerator:
TCEqualTo 
TCLessThan 
TCGreaterThan 
TCIndeterminate 

enum CosTime::ComparisonType

Enumerator:
IntervalC 
MidC 

enum CosTime::OverlapType

Enumerator:
OTContainer 
OTContained 
OTOverlap 
OTNoOverlap