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

enum CosTime::ComparisonType
 

Enumeration values:
IntervalC 
MidC 

Definition at line 32 of file TimeService.idl.

00033   {
00034     // = TITLE
00035     // ComparisonType defines the possible ways in which the times can
00036     // be compared.
00037 
00038     IntervalC,
00039     MidC
00040   };

enum CosTime::OverlapType
 

Enumeration values:
OTContainer 
OTContained 
OTOverlap 
OTNoOverlap 

Definition at line 42 of file TimeService.idl.

00043   {
00044     // = TITLE
00045     // OverlapType specifies the type of overlap between two time
00046     // intervals.
00047 
00048     OTContainer,
00049     OTContained,
00050     OTOverlap,
00051     OTNoOverlap
00052   };

enum CosTime::TimeComparison
 

Enumeration values:
TCEqualTo 
TCLessThan 
TCGreaterThan 
TCIndeterminate 

Definition at line 20 of file TimeService.idl.

00021   {
00022     // = TITLE
00023     // TimeComparison defines the possible values that can be
00024     // returned as a result of comparing two UTOs.
00025 
00026     TCEqualTo,
00027     TCLessThan,
00028     TCGreaterThan,
00029     TCIndeterminate
00030   };


Generated on Thu Nov 9 13:58:50 2006 for TAO_CosTime by doxygen 1.3.6