3.6 Dynamic Actors 6

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

3.6.1 Purpose

The example demonstrates the use of nested dynamic actors.

3.6.2 Details

In this example the dynamically created actor Optional2 has again an optional reference two levels down in its hierarchy. On creation it immediately creates a nested dynamic actor of class Optional1 which is sending hello() back to the outer Container.

3.6.3 Noteworthy