DDS 1.0 NO IDEA Avatar
  1. OMG Issue

DDS — Ref-31 Reason_and_use_of_enabled

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

    The "enable"operation was added in support of DLRL. However if the
    application is not using DLRL it is often inconvenient to have to
    explicitly "enable" each entity before using it.

    **PROPOSAL**

    Add a QoS to the DomainParticipant, Publisher and Subscriber called
    ENTITY_CREATION_SETTINGS. This QoS contains the Boolean
    "create_enabled". If this Boolean is set to "TRUE" then the entities
    created by the factory will be automatically enabled (i.e. the factory
    will call the enable() before returning the entity).

    Specify that the default value of this setting is TRUE.

    Specify that this QoS is mutable

    This affects sections 2.1.3, and 2.2.3

  • 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