DDS 1.1 RTF Avatar
  1. OMG Issue

DDS11 — (T#52) Allow to explicitly refer to the default QoS

  • Key: DDS11-44
  • Legacy Issue Number: 8379
  • Status: closed  
  • Source: ADLINK Technology Ltd ( Hans van't Hag)
  • Summary:

    It would be nice to be able to use the "<item>QOS_DEFAULT" constant in both the set_default<item>_qos method of its factory and in its set_qos method as well.
    Resolution:
    Explicitly allow that passing the default qos constant ("<item>QOS_DEFAULT") to the "set_default<item>_qos" method in its factory will reset the default qos value for the item to its initial factory default state.
    Also state that using the "<item>_QOS_DEFAULT" constant in the set_qos method of an item will change the qos of that item according to the current default of its container entity at the time the call is made.
    Revised Text:
    For each "set_default_<item>_qos" method in each factory, add the fact that the "<item>_QOS_DEFAULT" constant may be used to revert it back to its factory settings. This impacts sections 2.1.2.2.1.20, 2.1.2.2.1.22, 2.1.2.2.1.24, 2.1.2.4.1.14 and 2.1.2.5.2.15.
    For each set_qos method in each entity, state that the corresponding "<item>_QOS_DEFAULT" constant may be used to change the qos of the item according to the current default of its container entity at the time the call is made, provided that this does not change any immutable qos once the entity is enabled. This impacts only section 2.1.2.1.1.1, since the set_qos method explanations are not repeated in the descriptions for every entity specialization.

  • Reported: DDS 1.0 — Fri, 25 Feb 2005 05:00 GMT
  • Disposition: Resolved — DDS 1.1
  • Disposition Summary:

    No Data Available

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