Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Middleware
Commits
821e88f5
Commit
821e88f5
authored
Mar 02, 2018
by
Alexander David Hellwig
Browse files
Removed unused method
parent
5a18c204
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/generator/middleware/DistributedTargetGenerator.java
View file @
821e88f5
...
...
@@ -28,7 +28,6 @@ public class DistributedTargetGenerator extends CMakeGenerator {
public
DistributedTargetGenerator
()
{
rosMsgImpl
=
new
RosMsgImpl
(
"struct_msgs"
);
//this.add(rosMsgImpl,"rosmsg/");
}
@Override
...
...
@@ -44,7 +43,6 @@ public class DistributedTargetGenerator extends CMakeGenerator {
Map
<
ExpandedComponentInstanceSymbol
,
GeneratorImpl
>
generatorMap
=
new
HashMap
<>();
fixComponentInstance
(
componentInstanceSymbol
);
Collection
<
ExpandedComponentInstanceSymbol
>
subComps
=
getSubComponentInstances
(
componentInstanceSymbol
);
List
<
ExpandedComponentInstanceSymbol
>
clusterSubcomponents
=
ClusterHelper
.
getClusterSubcomponents
(
componentInstanceSymbol
);
if
(
clusterSubcomponents
.
size
()
>
0
)
{
...
...
@@ -167,12 +165,6 @@ public class DistributedTargetGenerator extends CMakeGenerator {
targetRosConnection
.
setMsgField
(
sourceRosConnection
.
getMsgField
().
get
());
}
private
Collection
<
ExpandedComponentInstanceSymbol
>
getSubComponentInstances
(
ExpandedComponentInstanceSymbol
componentInstanceSymbol
)
{
//TODO: check which subcomponents are mw only
//TODO: (build clusters?)
return
componentInstanceSymbol
.
getSubComponents
();
}
//TODO: refactor
private
File
generateCMake
()
throws
IOException
{
FileContent
fileContent
=
new
FileContent
();
...
...
Write
Preview
Markdown
is supported
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