Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
raspberry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
af3
raspberry
Commits
b9e19386
Commit
b9e19386
authored
6 years ago
by
Johannes Eder
Browse files
Options
Downloads
Patches
Plain Diff
additional v2v prototoypes
parent
832e063f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.fortiss.af3.platform.raspberry.ui/src/org/fortiss/af3/platform/raspberry/ui/prototype/ProtoypeProvider.java
+30
-0
30 additions, 0 deletions
...af3/platform/raspberry/ui/prototype/ProtoypeProvider.java
with
30 additions
and
0 deletions
org.fortiss.af3.platform.raspberry.ui/src/org/fortiss/af3/platform/raspberry/ui/prototype/ProtoypeProvider.java
+
30
−
0
View file @
b9e19386
...
...
@@ -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. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment