DDS-XTypes 1.4b1 RTF Avatar
  1. OMG Issue

DDSXTY14 — Missing alignment for XCDR1 mutable's sentinel

  • Key: DDSXTY14-23
  • Status: closed  
  • Source: Object Computing, Inc. - OCI ( Mr. Adam Mitz)
  • Summary:

    Rule 23 is missing "ALIGN(4)" before PID_SENTINEL

    // Structures with extensibility MUTABLE, version 1 encoding
    (23) XCDR[1] << {O : MSTRUCT_TYPE} =
    XCDR
    << { O.member[i] : MMEMBER }*
    << { PID_SENTINEL : UInt16 }
    << { length = 0 : UInt16 }
    
  • Reported: DDS-XTypes 1.3b1 — Mon, 29 Jun 2020 23:27 GMT
  • Disposition: Resolved — DDS-XTypes 1.4b1
  • Disposition Summary:

    Modify Rule 23 adding "ALIGN(4)" before PID_SENTINEL

    Modify Rule 23 and 28 adding "ALIGN(4)" before PID_SENTINEL
    Also change PID_SENTINEL to PID_LIST_END

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