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
6e6ca6ee
Commit
6e6ca6ee
authored
Oct 22, 2020
by
Sascha Dewes
Browse files
bug fixes
parent
9e70be4a
Pipeline
#346921
failed with stage
in 45 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/test/resources/results/arrayHandlingComp/RosAdapter_tests_structs_arrayHandlingComp.h
View file @
6e6ca6ee
...
@@ -46,11 +46,11 @@ class RosAdapter_tests_structs_arrayHandlingComp: public IAdapter_tests_structs_
...
@@ -46,11 +46,11 @@ class RosAdapter_tests_structs_arrayHandlingComp: public IAdapter_tests_structs_
int
counter
=
0
;
int
counter
=
0
;
for
(
int
i0
=
0
;
i0
<
3
;
i0
++
){
for
(
int
i0
=
0
;
i0
<
3
;
i0
++
){
for
(
int
i1
=
0
;
i1
<
1
;
i1
++
){
for
(
int
i1
=
0
;
i1
<
1
;
i1
++
){
if
(
0
<=
counter
&&
counter
<=
msg
->
data
.
size
()
-
1
){
if
(
0
<=
counter
&&
counter
<=
1
-
1
){
(
component
->
in1
)(
i0
,
i1
-
0
)
=
msg
->
data
[
counter
];
(
component
->
in1
)(
i0
,
i1
-
0
)
=
msg
->
data
[
counter
];
}
}
else
if
(
0
>
counter
){
else
if
(
0
>
counter
){
(
component
->
in1
)(
i0
,
i1
+
msg
->
data
.
size
()
-
1
-
0
+
1
)
=
0
;
(
component
->
in1
)(
i0
,
i1
+
1
-
1
-
0
+
1
)
=
0
;
}
}
else
{
else
{
(
component
->
in1
)(
i0
,
i1
)
=
0
;
(
component
->
in1
)(
i0
,
i1
)
=
0
;
...
...
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