X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosDataPoint.java;h=4956e9f3c61eec2662056f746289c52db4abeb8a;hb=59f355f5288b42b2e47743d06e41e55819a55f64;hp=66313e03a8a2b3fe06c50435bb5d918ed3977f6f;hpb=3fbefb3eea981d34a09496cf8abf0119de2e35bf;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(); }