DDS 1.1 RTF Avatar
  1. OMG Issue

DDS11 — R#115) Destination order missing from PublicationBuiltinTopicData

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

    The PublicationBuiltinTopicData type is missing a destination order field.

    Proposed Resolution:
    Add the missing field in both the PIM and the IDL PSM.

    Proposed Revised Text:
    In the "DCPSPublication" row of the table in 2.1.5, pg. 2-131, add a sub-row like the following after the existing "ownership_strength" sub-row:
    destination_order DestinationOrderQosPolicy Policy of the corresponding DataWriter

    In the IDL PSM, modify the PublicationBuiltinTopicData declaration as follows (the member immediately preceding the new member is show below in order to demonstrate the position of the new member):

    struct PublicationBuiltinTopicData

    { OwnershipStrengthQosPolicy ownership_strength; DestinationOrderQosPolicy destination_order; }

    ;

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

    No Data Available

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