DDS 1.0 NO IDEA Avatar
  1. OMG Issue

DDS — DDS ISSUE# 57] Clarify creation of waitset and conditions

  • Key: DDS-153
  • Legacy Issue Number: 6864
  • Status: closed  
  • Source: Real-Time Innovations ( Dr. Gerardo Pardo-Castellote, Ph.D.)
  • Summary:

    Ref-72 Creation_of_waitset_and_guardcondition

    The DDS spec already says they are not created from a factory because
    they are intended to be base classes that will be extended by
    application-defined classes. This makes them similar to the Listener
    interfaces.

    However it would be desirable to be more explicit regarding this

    **PROPOSAL**

    State in the PSM section that WaitSet GuardCondition are to be
    implemented as classes in the native language that can be created
    using the "new" operator natural in the PSM. Furthermore, they should
    have at least a constructor that takes no arguments so that
    applications can be portable across implementations of the DDS spec.

  • Reported: DDS 1.0b1 — Tue, 23 Dec 2003 05:00 GMT
  • Disposition: Resolved — DDS 1.0
  • Disposition Summary:

    see below

  • Updated: Fri, 6 Mar 2015 20:58 GMT