IDL4-CPP 1.0b2 FTF Avatar
  1. OMG Issue

IDL4CPP — Use of @range is inconsistent with IDL4 grammar

  • Key: IDL4CPP-8
  • Status: closed  
  • Source: Real-Time Innovations ( Mr. Fernando Garcia-Aranda)
  • Summary:

    According to IDL4, annotations like range need to specify the arguments that are set. However, in the example we include for the mapping of @range we don't specify min and max in the arguments.

    We need to address that as follows:

    struct StructureOfRangedValues {
        @range(min=-10, max=10) long x;
    };
    
  • Reported: IDL4-CPP 1.0a1 — Tue, 20 Jun 2023 17:54 GMT
  • Disposition: Resolved — IDL4-CPP 1.0b2
  • Disposition Summary:

    Fix @range example

    This issue fixes the use of @range in the examples.

  • Updated: Mon, 16 Sep 2024 14:15 GMT