Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a9a61742ad6a2b612bb5ab3339cdc6f63110a1a5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                            








                                                                      
MappingModel MappingModel1 {
	import TrafficlightModel.* from "trafficlight.room"
	import TrafficLightPhysicalModel.* from "trafficlight.etphys"
	Mapping TrafficlightLogSys -> PhysicalSys {
		SubSystemMapping subsystem -> node1 {
			ThreadMapping defaultThread -> PhysicalThread1
		}
	}
	
}

Back to the top