SoftwareAddressMethod

XML tag

<SW-ADDR-METHOD>

Module

autosar.element

Inherits

autosar.element.Element

Used to assign an addressing method (such as memory section) for various objects. Other objects will use their respective swAddressMethodRef attribute (or property) to reference instances of this class.

Factory Methods

Constructor

element.SoftwareAddressMethod(name[, parent = None][, adminData = None])
参数
  • name (str) – Short name.

  • parent (None, Package) – Parent package.

  • adminData (AdminData) – Optional AdminData.

Attributes

For inherited attributes see autosar.element.Element.