3.9 Dynamic Actors 9

This example is contained in org.eclipse.etrice.examples.dynamicactors9.

3.9.1 Purpose

The example demonstrates the use of SAPs in dynamic actors.

3.9.2 Details

This simple example re-uses the PingPong tutorial. The static part of the system introduces a TimingService as SPP and the Receiver embedded in the optional part uses a SAP of this protocol.

The sub system during initialization adds broker ports to the optional actor interface that are connected to all available services.

On the other hand the factory for the optional actor maps SAPs to those broker ports.

3.9.3 Noteworthy