DDS-XTypes 1.4b1 RTF Avatar
  1. OMG Issue

DDSXTY14 — Correct comment in Annex B struct MinimalStructMember

  • Key: DDSXTY14-88
  • Status: closed  
  • Source: Real-Time Innovations ( Dr. Gerardo Pardo-Castellote, Ph.D.)
  • Summary:

    Annex B declares MinimalStructMemberSeq as:

    // Member of an aggregate type
    @extensibility(APPENDABLE) @nested
    struct MinimalStructMember {
        CommonStructMember common;
        MinimalMemberDetail detail;
    };
    // Ordered by common.member_id
    typedef sequence<MinimalStructMember> MinimalStructMemberSeq;
    

    The comment is wrong: It contradicts section 7.3.4.5 where it says it should be ordered by member index. It is also inconsistent with struct CompleteStructMemberSeq before.

    Instead, the comment before MinimalStructMemberSeq it should say:

    // Ordered by the member_index
    
  • Reported: DDS-XTypes 1.3b1 — Wed, 9 Apr 2025 18:30 GMT
  • Disposition: Resolved — DDS-XTypes 1.4b1
  • Disposition Summary:

    Correct comment in Annex B, struct MinimalStructMember

    Perform the correction proposed in the issue description.

  • Updated: Wed, 12 Aug 2026 16:40 GMT