Commit 77622917 authored by Tobias Meuser's avatar Tobias Meuser
Browse files

Added speed to SiSTypes, provided by DefaultTopologyComponent

parent 84e23b40
......@@ -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)
*/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment