cogu/autosar

PortApi update

ankegowdaja opened this issue · 1 comments

Not able to create the numerical value variation point for PortApi.

i need to create 1)port defined argument value
2)Numerical value specification
3)numerical value variation point

cogu commented
  1. PortAPI implementation needs a general overhaul. Right now, port argument values are not supported at all.

  2. Numerical value specifications can be created using the autosar.constant.NumericalValue class
    or, in case you are creating it from a data type reference you can take help from the autosar.builder.ValueBuilder class.

  3. Variant Handling in general is not supported by the Python autosar module which means creating VariationPoint is not possible.