DDS 1.1 RTF Avatar
  1. OMG Issue

DDS11 — (R#109) Unused types in IDL

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

    The types TopicSeq, SampleStateSeq, ViewStateSeq and InstanceStateSeq all appear in the IDL PSM but are never used.

    Proposed Resolution:
    Remove the unused types from the IDL PSM.

    Proposed Revised Text:
    The following declarations should be removed from the IDL PSM:

    typedef sequence<Topic> TopicSeq;
    typedef sequence <SampleStateKind> SampleStateSeq;
    typedef sequence<ViewStateKind> ViewStateSeq;
    typedef sequence<InstanceStateKind> InstanceStateSeq;

  • 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