Composition and Connectors in AUTOSAR

Composition and Connectors in AUTOSAR

Composition:- A composition is a software component type that cluster or aggregates other software component or composition.

  • In simple terms a composition can be understand as a container that can hold group of software components.

Connectors:- A connectors is used to complete the connection between the port prototype.

Types of connectors:-

  1. Assembly Connector
  2. Delegation Connector

  • Assembly connectors is used to connect two ports within the same composition.
  • Delegation connector are used when some port of SWC need to exposed to the outer world of the Composition.

No alt text provided for this image

Differences:-

  • An assembly connector connects a provider and receiver port. Delegation connector connects the same port type either provider to provider or receiver to receiver.
  • Even port connection should end with an Assembly Connector.

要查看或添加评论,请登录

Abhishek Kumar (Vector CEA Certified) .的更多文章

  • Short Notes PduR Module in AUTOSAR

    Short Notes PduR Module in AUTOSAR

    PduRouter module is responsible for routing the Pdu to the respective Bus specific interface module. Above the PduR…

    1 条评论
  • Inter and Intra ECU Communication

    Inter and Intra ECU Communication

    The communication between the application software component can be:- Inter ECU Intra ECU The interaction between the…

  • AUTOSAR ARXML FILE

    AUTOSAR ARXML FILE

    .xml file:- Database that stores data in the form of tags and texts.

  • Sender Receiver Interface in AUTOSAR

    Sender Receiver Interface in AUTOSAR

    A sender/receiver interface is used for communicating data between ports. Data can be any information in terms of…

  • SHORT NOTES ON COM STACK IN AUTOSAR

    SHORT NOTES ON COM STACK IN AUTOSAR

    COM is a layer which is present in the service layer of AUTOSAR. COM module has direct connection with the Application…

    4 条评论

社区洞察

其他会员也浏览了