Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9b8d078af796a3700284e48c3de4d29fd677b0af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MappingModel PingPongThreadReplPortTest {
	
	import PingPongThreadReplPortTest.* from "PingPongThreadReplPortTest.room"
	import PingPongThread.* from "PingPongThread.etphys"
	
	Mapping System_PingPongReplPort -> Sys {
		SubSystemMapping main -> node1 {
			ThreadMapping mrPingThread -> DfltThread
			ThreadMapping mrPong1Thread -> Thread1
			ThreadMapping mrPong2Thread -> Thread2
			ThreadMapping mrPong3Thread -> Thread3
			ThreadMapping timingThread -> MixedThread
		}
	}
}

Back to the top