DDS 1.2 RTF Avatar
  1. OMG Issue

DDS12 — Description of set_default_XXX_qos()

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

    For XXX = participant, topic, publisher, subscriber, and datareader, the specification states "in the case where the QoS policies are not explicitly specified".
    For XXX = datawriter, the specification states "in the case where the QoS policies are defaulted".
    The latter is technically more correct.

    Proposed Resolution:
    Use the wording in set_default_datawriter_qos().

    Proposed Revised Text:
    Section 2.1.2.2.1.20 set_default_publisher_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

    Section 2.1.2.2.1.21 get_default_publisher_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

    Section 2.1.2.2.1.22 set_default_subscriber_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

    Section 2.1.2.2.1.23 get_default_subscriber_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

    Section 2.1.2.2.1.24 set_default_topic_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

    Section 2.1.2.2.1.25 get_default_topic_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

    Section 2.1.2.2.2.5 set_default_participant_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

    Section 2.1.2.2.2.6 get_default_participant_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

    Section 2.1.2.4.1.16 get_default_datawriter_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

    Section 2.1.2.5.2.15 set_default_datareader_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

    Section 2.1.2.5.2.16 get_default_datareader_qos
    First paragraph replace:
    in the case where the QoS policies are not explicitly specified
    With
    in the case where the QoS policies are defaulted

  • Reported: DDS 1.1 — Sun, 2 Apr 2006 05:00 GMT
  • Disposition: Resolved — DDS 1.2
  • Disposition Summary:

    Use the wording in set_default_datawriter_qos().

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