Ports and Interfaces

In the VFBClosed Virtual function bus (in AUTOSAR) model, software components (SWCs) interact through ports which are typed by interfaces. The interface controls what can be communicated, as well as the semantics of communication. The port provides the SWC access to the interface. The combination of port and port interface is named AUTOSAR interface.

There are two classes of ports:

Note

In the following, AUTOSAR ports are referred to as Rports or Pports, to avoid confusion with non-AUTOSAR ports.

The current ASCET version supports the following interface types:

Each Pport and Rport of an SWC must define the interface type it provides or requires.

If a system is built from SWC instances, the Rports and Pports of the instances are connected. One sender must be connected with one or more receivers, one client with one server, and one calibration parameter must be mapped to one imported parameter.

See also

Sender-Receiver Communication

Client-Server Communication

Calibration