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

Added SiSType Heading to support REST Api

parent 153af762
......@@ -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)
*/
......
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