6.2.5.2. Architecture-ARXMLLowLevelImport¶
Import the raw ARXML model into an RFG
Required inputs: RFG
This rule is intended for projects developed according to
AUTOSAR classic methodology. See option
arxml_name to select the ARXML import.
The structure of the ARXML code is imported raw into the RFG to allow RFG scripts to process the ARXML data in a user-defined way.
Possible Messages
This rule has no predefined messages.
Options¶
This rule shares the following common options: exclude_messages_in_system_headers, excludes, includes, justification_checker, post_processing, provider, severity
The following places define options that affect this rule: Analysis-GlobalOptions
arxml_model_view_name¶
arxml_model_view_name : str = 'Low_Level_ARXML'
arxml_name¶
arxml_name : str = 'default'
Frameworks-AutosarArxml
to refer to a specific set of ARXML files.
export_warnings¶
export_warnings : bool = True
loglevel¶
loglevel : LogLevel = 'WARNING'
node_type_prefix¶
node_type_prefix : str = 'arxml_'
node_type_prefix can be prepended before the AUTOSAR type name.
This option can be set to the empty string for backwards compatibility, but this
may result in name-collisions and exceptions being raised during runtime of the
analysis.
Option Types¶
These types are used by options listed above:
LogLevel¶
An enumeration.WARNING
INFO
DEBUG