Classes | |
exception | TimeUnavailable |
interface | UTO |
interface | TIO |
interface | TimeService |
Enumerations | |
enum | TimeComparison { TCEqualTo, TCLessThan, TCGreaterThan, TCIndeterminate } |
enum | ComparisonType { IntervalC, MidC } |
enum | OverlapType { OTContainer, OTContained, OTOverlap, OTNoOverlap } |
Definition at line 28 of file TimeService.idl.
{ // = TITLE // ComparisonType defines the possible ways in which the times can // be compared.
enum CosTime::OverlapType |
Definition at line 38 of file TimeService.idl.
{ // = TITLE // OverlapType specifies the type of overlap between two time // intervals. OTContainer,
Definition at line 16 of file TimeService.idl.
{ // = TITLE // TimeComparison defines the possible values that can be // returned as a result of comparing two UTOs. TCEqualTo,