Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
0bb82611
Commit
0bb82611
authored
Mar 04, 2020
by
Martin Eisenmann
Browse files
Cleared fixme
Signed-off-by:
Eisenmann
<
eisenmann@fortiss.org
>
Issue-Ref: 3867
parent
cfeb8fa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.platform.raspberry/src/org/fortiss/af3/platform/raspberry/generator/extension/.ratings
View file @
0bb82611
...
...
@@ -3,7 +3,7 @@ CanConnectorGeneratorExtension.java 900c836414d63ccf2cba904b396e4d5b2efe51a5 YEL
CanTransmissionCatalog.java f678cb0f16d4ba46a0f5ae5dd35b569c1211f499 YELLOW
ConsoleOutputGeneratorExtension.java 1246aa81a2865a798207f13e66bfeebc8fbf0cb8 YELLOW
MainGenerator.java f241e63e8ebb6a3ecc955fe503369dde1d4b89c3 YELLOW
MultiUnitMainGenerator.java
11c78dc068c5446b3e6b92ca688549b065f95071 RED
MultiUnitMainGenerator.java
b72c221bd1c45e18e8be9e63d42e92b86aef51ac YELLOW
PWMActuatorGeneratorExtension.java a4925aac8b6b7d650ef60fca32b18bba894c3b03 YELLOW
RaspberryPIGeneratorExtension.java e47fb8e892354505fce0e388fd362d789f686fb6 YELLOW
SingleUnitMainGenerator.java 772c368ade02ebc703a8fc8f329b6748bcce72be YELLOW
org.fortiss.af3.platform.raspberry/src/org/fortiss/af3/platform/raspberry/generator/extension/MultiUnitMainGenerator.java
View file @
0bb82611
...
...
@@ -139,7 +139,6 @@ class MultiUnitMainGenerator extends MainGenerator {
for
(
OutputPort
outport
:
c
.
getOutputPorts
())
{
if
(
atomicOutputToTransmitter
.
containsKey
(
outport
))
{
// deployed to hardware
// FIXME: an atomic output might be needed remotely and on HW
continue
;
}
String
portVar
=
af3PortName
(
outport
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment