Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.etrice.tutorials.c/model/TrafficLight/TrafficLight.room')
-rw-r--r--examples/org.eclipse.etrice.tutorials.c/model/TrafficLight/TrafficLight.room14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/org.eclipse.etrice.tutorials.c/model/TrafficLight/TrafficLight.room b/examples/org.eclipse.etrice.tutorials.c/model/TrafficLight/TrafficLight.room
new file mode 100644
index 000000000..23f78e9a7
--- /dev/null
+++ b/examples/org.eclipse.etrice.tutorials.c/model/TrafficLight/TrafficLight.room
@@ -0,0 +1,14 @@
+RoomModel TrafficLight_Model {
+
+ LogicalSystem LogSys1 {
+ SubSystemRef subSysRef1: SubSysClass1
+ }
+
+ SubSystemClass SubSysClass1 {
+ ActorRef actorRef1: TrafficLightTop
+ LogicalThread defaultThread
+ }
+
+ ActorClass TrafficLightTop { }
+
+} \ No newline at end of file

Back to the top