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
EMAM2RosCpp
Commits
d509f9c5
Commit
d509f9c5
authored
Dec 21, 2018
by
Alexander David Hellwig
Browse files
Update EMAM and RosMsg versions, remove range from struct fields
parent
36157832
Pipeline
#93836
passed with stages
in 2 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
d509f9c5
...
...
@@ -9,7 +9,7 @@
<groupId>
de.monticore.lang.monticar
</groupId>
<artifactId>
embedded-montiarc-math-roscpp-generator
</artifactId>
<version>
0.1.
0
-SNAPSHOT
</version>
<version>
0.1.
1
-SNAPSHOT
</version>
<!-- == PROJECT DEPENDENCIES ============================================= -->
...
...
@@ -17,8 +17,8 @@
<!-- .. SE-Libraries .................................................. -->
<se-commons.version>
1.7.7
</se-commons.version>
<Embedded-MontiArc-Math.version>
0.1.
0
-SNAPSHOT
</Embedded-MontiArc-Math.version>
<Embedded-montiarc-math-rosmsg-generator.version>
0.1.
0
-SNAPSHOT
</Embedded-montiarc-math-rosmsg-generator.version>
<Embedded-MontiArc-Math.version>
0.1.
4
-SNAPSHOT
</Embedded-MontiArc-Math.version>
<Embedded-montiarc-math-rosmsg-generator.version>
0.1.
1
-SNAPSHOT
</Embedded-montiarc-math-rosmsg-generator.version>
<!-- .. Libraries .................................................. -->
<guava.version>
18.0
</guava.version>
...
...
@@ -174,6 +174,7 @@
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
2.19.1
</version>
<configuration>
<useSystemClassLoader>
false
</useSystemClassLoader>
</configuration>
</plugin>
<plugin>
...
...
src/test/resources/tests/structs/BasicStruct.struct
View file @
d509f9c5
...
...
@@ -2,8 +2,8 @@ package tests.structs;
struct
BasicStruct
{
Q
fieldQ1
;
Q
(
0
:
0.1
:
100
)
fieldQ2
;
Q
fieldQ2
;
Z
fieldZ1
;
Z
(-
100
:
2
:
100
)
fieldZ2
;
Z
fieldZ2
;
B
fieldB1
;
}
\ No newline at end of file
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