as i want to createConst in my own const package, but the reference implication datatype is in the external arxml
this is an array type ,
the parent implication datatype has no dataType.variantProps , but the subelement has it.
it report errror:
_autosar\builder.py", line 28, in createFromDataTypeInternal
variantProps = dataType.variantProps[0]
IndexError: list index out of range
@cogu how could i solve this problem.
as i want to createConst in my own const package, but the reference implication datatype is in the external arxml this is an array type , the parent implication datatype has no dataType.variantProps , but the subelement has it. it report errror: _autosar\builder.py", line 28, in createFromDataTypeInternal variantProps = dataType.variantProps[0] IndexError: list index out of range @cogu how could i solve this problem.
`