Main Content

Limitations and Tips

The following limitations apply to AUTOSAR component creation.

Cannot Save Importer Objects in MAT-Files

If you try to save an arxml.importer object in a MAT-file, you lose the AUTOSAR information. If you reload the MAT-file, then the object is null (handle = –1), because of the Java® objects that compose the arxml.importer object.

ApplicationRecordDataType and ImplementationDataType Element Names Must Match

The element name of an imported ApplicationRecordDataType must match the element name of the corresponding ImplementationDataType. For example, if an imported ApplicationRecordDataType has element PVAL_1 and the corresponding ImplementationDataType has element IPVAL_1, the software flags the mismatch and instructs you to rename the elements to match.