Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room')
-rw-r--r--examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room
index 9c6fae9ae..025dad81d 100644
--- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room
+++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.room
@@ -19,10 +19,16 @@ RoomModel trafficlight.example {
import room.basic.service.tcp.* from "../../org.eclipse.etrice.modellib.java/models/TcpService.room"
+ LogicalSystem LSTraffic {
+ SubSystemRef main: SSTraffic
+ }
+
SubSystemClass SSTraffic ["Subsystem of Trafficlight Example Application. The Subsystem contains all Actors of the application."] {
ActorRef application: TrafficlightExampleApplication ["reference to application"]
ActorRef TimingService: ATimingService ["reference to timing service"]
LayerConnection ref application satisfied_by TimingService.timer
+
+ LogicalThread dflt_thread
}
ActorClass TrafficlightExampleApplication ["Toplevel Actor of the Trafficlight Example Application."]{

Back to the top