Time Service Avatar
  1. OMG Specification

Time Service — Closed Issues

  • Acronym: TIME
  • Issues Count: 3
  • Description: Issues resolved by a task force and approved by Board
Closed All
Issues resolved by a task force and approved by Board

Issues Descriptions

Description of the IN parameter tdf is missing (Time Service)

  • Key: TIME-5
  • Legacy Issue Number: 1717
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: For the interface
    UTO CosTime::TimeService::new_universal_time(
    in TimeBase::TimeT time,
    in TimeBase::InaccuracyT inaccuracy,
    in TimeBase::TdfT tdf
    );
    the description of the IN parameter tdf is missing.

  • Reported: TIME 1.0b1 — Wed, 22 Jul 1998 04:00 GMT
  • Disposition: Resolved — TIME 1.0
  • Disposition Summary:

    :TimeService::new_universal_time(

  • Updated: Wed, 11 Mar 2015 04:24 GMT

CosTime::TIO::spans and CotTime::TIO::overlaps issue

  • Key: TIME-4
  • Legacy Issue Number: 1713
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: n Appendix B, p14-21 the return type of the interfaces
    CosTime::TIO::spans
    and
    CosTime::TIO::overlaps
    is declared as boolean. This is in contradiction to p 14-10,11 of the
    same document that states a return type of OverlapType.

    The correct return type is OverlapType.

  • Reported: TIME 1.0b1 — Wed, 22 Jul 1998 04:00 GMT
  • Disposition: Resolved — TIME 1.0
  • Disposition Summary:

    :TIO::spans

  • Updated: Wed, 11 Mar 2015 04:24 GMT

OMG TimeService spec error

  • Key: TIME-3
  • Legacy Issue Number: 4979
  • Status: closed  
  • Summary:

    Just came accoss an issue with the publichsed CosTime IDL.
    The specification for the TIO interface contains a return
    value of OverlapType for a couple of its operations. However,
    the published IDL for CosTime returns a boolean.

    interface TIO

    { OverlapType spans( in UTO time, out TIO overlap); OverlapType overlaps( in TIO interval, out TIO overlap); UTO time (); }

    ;

    IDL defintion:

    interface TIO

    { boolean spans( in UTO time, out TIO overlap); boolean overlaps( in TIO interval, out TIO overlap); UTO time (); }

    ;

  • Reported: TIME 1.0b1 — Fri, 8 Mar 2002 05:00 GMT
  • Disposition: Resolved — TIME 1.0
  • Disposition Summary:

    purely editorial, issue closed

  • Updated: Wed, 11 Mar 2015 04:16 GMT