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
9a3aa438
Commit
9a3aa438
authored
Dec 21, 2018
by
Alexander David Hellwig
Browse files
Update EMAM-Version; remove range from struct fields
parent
9ecf2bb4
Pipeline
#93833
failed with stages
in 1 minute and 53 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
9a3aa438
...
...
@@ -9,7 +9,7 @@
<groupId>
de.monticore.lang.monticar
</groupId>
<artifactId>
embedded-montiarc-math-rosmsg-generator
</artifactId>
<version>
0.1.
0
-SNAPSHOT
</version>
<version>
0.1.
1
-SNAPSHOT
</version>
<!-- == PROJECT DEPENDENCIES ============================================= -->
...
...
@@ -17,7 +17,7 @@
<!-- .. 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.version>
0.1.
4
-SNAPSHOT
</Embedded-MontiArc-Math.version>
<!-- .. Libraries .................................................. -->
<guava.version>
18.0
</guava.version>
<junit.version>
4.12
</junit.version>
...
...
src/test/resources/structs/BasicStruct.struct
View file @
9a3aa438
...
...
@@ -2,8 +2,8 @@ package 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