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
a0540fc5
Commit
a0540fc5
authored
Aug 31, 2017
by
Tobias Meuser
Browse files
Added SiSType Heading to support REST Api
parent
153af762
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/sis/type/SiSTypes.java
View file @
a0540fc5
...
...
@@ -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