Skip to content
Snippets Groups Projects
Commit b9e19386 authored by Johannes Eder's avatar Johannes Eder
Browse files

additional v2v prototoypes

parent 832e063f
No related branches found
No related tags found
No related merge requests found
......@@ -143,14 +143,19 @@ import org.fortiss.af3.platform.raspberry.model.v2v.V2VFollowerInput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VFollowerOutput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VFusePlatoonInput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VFusePlatoonOutput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VHandshakeInput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VHandshakeOutput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VLeaderHeartbeatInput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VLeaderHeartbeatOutput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VLeaderUIDOutput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VLeavePlatoonInput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VLeavePlatoonOutput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VLocalUIDOutput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VNewLeaderInput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VNewLeaderOutput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VPlatoonInput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VPlatoonOutput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VPrecedingUIDOuput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VSplitInput;
import org.fortiss.af3.platform.raspberry.model.v2v.V2VSplitOutput;
import org.fortiss.af3.platform.raspberry.util.RaspberryModelElementFactory;
......@@ -294,6 +299,31 @@ public class ProtoypeProvider extends PrototypeProviderBase {
setNodePosition(output6, 0, 0);
setConnectorPosition(output6, 0, 0);
registerPrototype("V2V Fuse Platoon Output", output6, V2V_COM);
V2VHandshakeInput output7 = RaspberryModelElementFactory.createV2VHandshakeInput();
setNodePosition(output7, 0, 0);
setConnectorPosition(output7, 0, 0);
registerPrototype("V2V Handshake Input", output7, V2V_COM);
V2VHandshakeOutput output8 = RaspberryModelElementFactory.createV2VHandshakeOutput();
setNodePosition(output8, 0, 0);
setConnectorPosition(output8, 0, 0);
registerPrototype("V2V Handshake Output", output8, V2V_COM);
V2VPrecedingUIDOuput output9 = RaspberryModelElementFactory.createV2VPrecedingUIDOuput();
setNodePosition(output9, 0, 0);
setConnectorPosition(output9, 0, 0);
registerPrototype("V2V Preceding UID Output", output9, V2V_COM);
V2VLocalUIDOutput output10 = RaspberryModelElementFactory.createV2VLocalUIDOutput();
setNodePosition(output10, 0, 0);
setConnectorPosition(output10, 0, 0);
registerPrototype("V2V Local UID Output", output10, V2V_COM);
V2VLeaderUIDOutput output11 = RaspberryModelElementFactory.createV2VLeaderUIDOutput();
setNodePosition(output11, 0, 0);
setConnectorPosition(output11, 0, 0);
registerPrototype("V2V Leader UID Output", output11, V2V_COM);
}
/** Register elements for control center. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment