blob: 2ff1cc88e684cdec724366a1e006093634e41edc [file] [log] [blame]
/*
* This model defines a mapping between a logical ROOM model and a physical model (nodes and threads).
*
* <p>Hint: Press F3 to open declaration of selected element or import</p>
*/
MappingModel TemplateMapping {
import room.generic.physical.* from "../../../org.eclipse.etrice.modellib.c/model/GenericPhysical.etphys"
import PingPongModel.* from "PingPong.room"
Mapping LogSys -> GenericPhysicalSystem {
SubSystemMapping subSystemRef -> node {
ThreadMapping defaultThread -> DefaultPhysicalThread
}
}
}