DDS 1.2 RTF Avatar
  1. OMG Issue

DDS12 — Inconsistent naming in SampleRejectedStatusKind

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

    Summary:
    We have REJECTED_BY_SAMPLES_LIMIT which comes from the max_samples in the ResourceLimitsQosPolicy.
    However, we have REJECTED_BY_INSTANCE_LIMIT which comes from the max_instances.

    Proposed Resolution:
    It should be named REJECTED_BY_INSTANCES_LIMIT.

    Proposed Revised Text:

    Section 2.2.3 DCPS PSM : IDL
    enum SampleRejectedStatusKind; Replace
    REJECTED_BY_INSTANCE_LIMIT
    With
    REJECTED_BY_INSTANCES_LIMIT

  • Reported: DDS 1.1 — Sun, 2 Apr 2006 05:00 GMT
  • Disposition: Resolved — DDS 1.2
  • Disposition Summary:

    It should be named REJECTED_BY_INSTANCES_LIMIT

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