COVESA / ifex

The Interface Exchange Framework. Tools for processing interface/API descriptions in different formats, including the IFEX core format. Some example files are at: https://github.com/COVESA/vehicle_service_catalog.
Mozilla Public License 2.0
14 stars 17 forks source link

Complete support for Sets and Maps #89

Open gunnarx opened 1 year ago

gunnarx commented 1 year ago

Supporting Set and Map as fundamental types in IFEX core language have been mentioned in scattered places, but not implemented. For example it's not implemented in the D-Bus translation code.

Steps:

  1. Verify that the types are described in the specification
  2. Think about and document type mapping for target languages
  3. Implement type mapping in existing generators.
gunnar-mb commented 8 months ago

Duplicate #98