DDS 1.2 RTF Avatar
  1. OMG Issue

DDS12 — Need INVALID_QOS_POLICY_ID

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

    The Requested/OfferedIncompatibleQosStatus contains the last_policy_id and we need to set this to something in case no QoS policy has ever been incompatible.

    Proposed Resolution:
    Add "const QosPolicyId_t INVALID_QOS_POLICY_ID = 0;" to the PSM.

    Proposed Revised Text:
    Section 2.2.3 DCPS PSM : IDL
    In the Qos section add the following to the list of QosPolicyId_t:
    const QosPolicyId_t INVALID_QOS_POLICY_ID = 0;

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

    Add "const QosPolicyId_t INVALID_QOS_POLICY_ID = 0;" to the PSM

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