Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
215f9a19
Commit
215f9a19
authored
Aug 31, 2017
by
Tobias Meuser
Browse files
Merge branch 'sumo-integration' into tm/vehicular-services
parents
ab8c96c3
a0540fc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/sis/type/SiSTypes.java
View file @
215f9a19
...
...
@@ -64,6 +64,11 @@ public final class SiSTypes {
*/
public
static
final
SiSType
<
Double
>
SPEED
=
create
(
"SPEED"
,
Double
.
class
,
null
);
/**
* [m/s] Speed of an entity
*/
public
static
final
SiSType
<
Double
>
HEADING
=
create
(
"HEADING"
,
Double
.
class
,
null
);
/**
* PHY-Location - x (deprecated)
*/
...
...
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