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

Back to the top