DDS 1.1 RTF Avatar
  1. OMG Issue

DDS11 — (R#107) Missing Topic operations in IDL PSM

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

    The Topic interface in the PSM is missing the following operations which are present in the PIM: get_qos, set_qos, get_listener, and set_listener.

    Proposed Resolution:
    Add the missing operations to the IDL interface.

    Proposed Revised Text:
    In section 2.2.2:

    interface Topic : Entity, TopicDescription

    { ReturnCode_t get_qos(inout TopicQos qos); ReturnCode_t set_qos(in TopicQos qos); TopicListener get_listener(); ReturnCode_t set_listener( in TopicListener a_listener, StatusKindMask mask); }

    ;

  • 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