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

fixed prototype provider

parent d73399f5
No related branches found
No related tags found
No related merge requests found
......@@ -228,12 +228,14 @@ public class ProtoypeProvider extends PrototypeProviderBase {
setConnectorPosition(output, 0, 0);
registerPrototype("V2V Platoon Output", output, V2V_COM);
V2VLeaderHeartbeatInput input1 = RaspberryModelElementFactory.createV2vLeaderHeartbeatInput()
V2VLeaderHeartbeatInput input1 =
RaspberryModelElementFactory.createV2vLeaderHeartbeatInput();
setNodePosition(input1, 0, 0);
setConnectorPosition(input1, 0, 0);
registerPrototype("V2V Leader Heartbeat Input", input1, V2V_COM);
V2VLeaderHeartbeatOutput output1 = RaspberryModelElementFactory.createV2vLeaderHeartbeatOutput();
V2VLeaderHeartbeatOutput output1 =
RaspberryModelElementFactory.createV2vLeaderHeartbeatOutput();
setNodePosition(output1, 0, 0);
setConnectorPosition(output1, 0, 0);
registerPrototype("V2V Leader Heartbeat Output", output1, V2V_COM);
......
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