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
77622917
Commit
77622917
authored
Jun 21, 2017
by
Tobias Meuser
Browse files
Added speed to SiSTypes, provided by DefaultTopologyComponent
parent
84e23b40
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/sis/type/SiSTypes.java
View file @
77622917
...
...
@@ -59,6 +59,11 @@ public final class SiSTypes {
public
static
final
SiSType
<
Location
>
PHY_LOCATION
=
create
(
"PHY_LOCATION"
,
Location
.
class
,
null
);
/**
* [m/s] Speed of an entity
*/
public
static
final
SiSType
<
Double
>
SPEED
=
create
(
"SPEED"
,
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