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
EMAM2RosMsg
Commits
504837ed
Commit
504837ed
authored
Jul 26, 2018
by
Alexander David Hellwig
Browse files
Removed Dependency to EMAM2Cpp
parent
fa8a1340
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/generator/rosmsg/GeneratorRosMsg.java
View file @
504837ed
package
de.monticore.lang.monticar.generator.rosmsg
;
import
de.monticore.lang.monticar.common2._ast.ASTCommonMatrixType
;
import
de.monticore.lang.monticar.generator.FileContent
;
import
de.monticore.lang.monticar.generator.
rosmsg.util.
FileContent
;
import
de.monticore.lang.monticar.struct._symboltable.StructFieldDefinitionSymbol
;
import
de.monticore.lang.monticar.struct._symboltable.StructSymbol
;
import
de.monticore.lang.monticar.ts.MCASTTypeSymbol
;
...
...
src/main/java/de/monticore/lang/monticar/generator/rosmsg/util/FileContent.java
0 → 100644
View file @
504837ed
package
de.monticore.lang.monticar.generator.rosmsg.util
;
public
class
FileContent
{
private
String
fileName
;
private
String
fileContent
;
public
String
getFileName
()
{
return
fileName
;
}
public
void
setFileName
(
String
fileName
)
{
this
.
fileName
=
fileName
;
}
public
String
getFileContent
()
{
return
fileContent
;
}
public
void
setFileContent
(
String
fileContent
)
{
this
.
fileContent
=
fileContent
;
}
}
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