Classes | Typedefs | Variables

TimeBase.pidl File Reference

Classes

struct  UtcT
 A timestamp in UTC time. More...
struct  IntervalT
 An UTC time interval. More...

Typedefs

typedef TimeT InaccuracyT
 To express an error estimate for time.
typedef short TdfT
 Minutes of displacement from the Greenwich time.

Variables

module TimeBase typedef
unsigned long long 
TimeT
 COS Time Service basic types.

Detailed Description

Id:
TimeBase.pidl 81200 2008-04-01 13:03:30Z johnnyw

This file is used to generate the code in TimeBase{C,S,S_T}.{h,i,cpp}

The command used to generate code from this file is:

tao_idl.exe -o orig -GA -SS -Sci -Wb,export_macro=TAO_Export -Wb,export_include=tao/TAO_Export.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h" TimeBase.pidl

After that the files are ready for use


Typedef Documentation

typedef TimeT InaccuracyT

To express an error estimate for time.

typedef short TdfT

Minutes of displacement from the Greenwich time.


Variable Documentation

module TimeBase typedef unsigned long long TimeT

COS Time Service basic types.

The standard CORBA Time Service defines a number of data structures to manipulate and express time. Over time these data structures have found their way into core components of CORBA, such as CORBA Messaging, RT CORBA, etc. Time in TimeT is expressed in units of 100 nano seconds In other words each TimeT is 10^-7 seconds. When used for absolute time 0 is to October 15, 1582. Please read the spec for further details.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines