Classes | Enumerations

CosTime Namespace Reference

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 }

Enumeration Type Documentation

Enumerator:
IntervalC 
MidC 

Definition at line 28 of file TimeService.idl.

  {
    // = TITLE
    // ComparisonType defines the possible ways in which the times can
    // be compared.

Enumerator:
OTContainer 
OTContained 
OTOverlap 
OTNoOverlap 

Definition at line 38 of file TimeService.idl.

  {
    // = TITLE
    // OverlapType specifies the type of overlap between two time
    // intervals.

    OTContainer,

Enumerator:
TCEqualTo 
TCLessThan 
TCGreaterThan 
TCIndeterminate 

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,

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines