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

Added missing getVehicleHeading to interface

parent cc0f748c
...@@ -178,4 +178,10 @@ public interface VehicleController { ...@@ -178,4 +178,10 @@ public interface VehicleController {
* {@link #getAllVehicles()}) * {@link #getAllVehicles()})
*/ */
void stopVehicle(String pVehicle); void stopVehicle(String pVehicle);
/**
* @param pVehicleID
* @return
*/
double getVehicleHeading(String pVehicleID);
} }
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