X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosDataPoint.java;h=4956e9f3c61eec2662056f746289c52db4abeb8a;hb=ed200884f3e4fb895ee17ef38a9b6d3371b59625;hp=66313e03a8a2b3fe06c50435bb5d918ed3977f6f;hpb=f01096c4b42f9a4720ed0414826c2a283a992545;p=fw%2Faltos diff --git a/altosui/AltosDataPoint.java b/altosui/AltosDataPoint.java index 66313e03..4956e9f3 100644 --- a/altosui/AltosDataPoint.java +++ b/altosui/AltosDataPoint.java @@ -16,14 +16,12 @@ interface AltosDataPoint { String state_name(); double acceleration(); - double pressure(); - double altitude(); double height(); - double accel_speed(); - double baro_speed(); + double speed(); double temperature(); double battery_voltage(); double drogue_voltage(); double main_voltage(); + boolean has_accel(); }