Commit fbe6b473 authored by Julian Zobel's avatar Julian Zobel
Browse files

added return threshold getter to UAV Control

parent 76d48214
......@@ -70,4 +70,8 @@ public interface UAVControl extends CommunicationInterfaceListener {
public void strategyTerminated();
public Host getHost();
public double getReturnThreshold();
public double getRechargeThreshold();
}
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