Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Middleware
Commits
6c605ea6
Commit
6c605ea6
authored
Jun 21, 2018
by
Alexander David Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: " = " -> "=" in results
parent
6dd716d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
src/test/resources/results/system/src/ba_system_intersectionController/cpp/ba_system_intersectionController_trajectoryCollision_1__timeCutoffFilter.h
...ctionController_trajectoryCollision_1__timeCutoffFilter.h
+2
-1
src/test/resources/results/system/src/ba_system_velocityController_1_/cpp/ba_system_velocityController_1_.h
...locityController_1_/cpp/ba_system_velocityController_1_.h
+2
-1
src/test/resources/results/system/src/ba_system_velocityController_2_/cpp/ba_system_velocityController_2_.h
...locityController_2_/cpp/ba_system_velocityController_2_.h
+2
-1
No files found.
src/test/resources/results/system/src/ba_system_intersectionController/cpp/ba_system_intersectionController_trajectoryCollision_1__timeCutoffFilter.h
View file @
6c605ea6
...
...
@@ -20,7 +20,8 @@ bool collisionOut;
bool
aIsFasterOut
;
void
init
(
double
timeCutoff
)
{
this
->
timeCutoff
=
timeCutoff
;
this
->
timeCutoff
=
timeCutoff
;
colPosIn
=
mat
(
2
,
1
);
trajectoryInA
=
mat
(
3
,
m
);
trajectoryInB
=
mat
(
3
,
m
);
...
...
src/test/resources/results/system/src/ba_system_velocityController_1_/cpp/ba_system_velocityController_1_.h
View file @
6c605ea6
...
...
@@ -18,7 +18,8 @@ double lastVel;
double
holdFor
;
void
init
(
double
holdTimeIn
)
{
this
->
holdTimeIn
=
holdTimeIn
;
this
->
holdTimeIn
=
holdTimeIn
;
lastVel
=
0
;
holdFor
=
0
;
}
...
...
src/test/resources/results/system/src/ba_system_velocityController_2_/cpp/ba_system_velocityController_2_.h
View file @
6c605ea6
...
...
@@ -18,7 +18,8 @@ double lastVel;
double
holdFor
;
void
init
(
double
holdTimeIn
)
{
this
->
holdTimeIn
=
holdTimeIn
;
this
->
holdTimeIn
=
holdTimeIn
;
lastVel
=
0
;
holdFor
=
0
;
}
...
...
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