diff --git a/org.fortiss.af3.platform.raspberry/trunk/src/org/fortiss/af3/platform/raspberry/generator/executable/RaspberryPi2Executable.java b/org.fortiss.af3.platform.raspberry/trunk/src/org/fortiss/af3/platform/raspberry/generator/executable/RaspberryPi2Executable.java index 713f1891e6841bc21ee547040d68c16123a47f59..5c8e82bd3900df842f00996a1b918dd82887dcc4 100644 --- a/org.fortiss.af3.platform.raspberry/trunk/src/org/fortiss/af3/platform/raspberry/generator/executable/RaspberryPi2Executable.java +++ b/org.fortiss.af3.platform.raspberry/trunk/src/org/fortiss/af3/platform/raspberry/generator/executable/RaspberryPi2Executable.java @@ -1,4 +1,5 @@ /*--------------------------------------------------------------------------+ + $Id$ | | | Copyright 2016 ForTISS GmbH | @@ -22,6 +23,7 @@ import static org.fortiss.af3.generator.common.utils.SourceModelElementFactory.c import org.eclipse.emf.common.util.EList; import org.fortiss.af3.generator.common.model.source.SourcePackage; import org.fortiss.af3.platform.language.executable.GenericPlatformUnitExecutableBase; +import org.fortiss.af3.platform.model.PlatformArchitecture; import org.fortiss.af3.platform.model.PlatformConnectorUnit; import org.fortiss.af3.platform.raspberry.generated.files.RaspberryFileGeneration; import org.fortiss.af3.platform.raspberry.model.RaspberryPi2; @@ -41,6 +43,8 @@ public class RaspberryPi2Executable extends GenericPlatformUnitExecutableBase<Ra public RaspberryPi2Executable(RaspberryPi2 modelElement) { super(modelElement); // TODO Auto-generated constructor stub + PlatformArchitecture platformArchitecture = modelElement.getPlatformArchitecture(); + platformArchitecture.getConnectors(); } /** Create files for Sensors and Actuators. */