Add GPS height to the usual plot
[fw/altos] / altosui / AltosDataPoint.java
index 5e07732026aeb2562b33eabeecfe7884b172c65c..f3408cb21ea76e1134335a02dcc2c73dffb904af 100644 (file)
@@ -16,11 +16,9 @@ interface AltosDataPoint {
     String state_name();
 
     double acceleration();
-    double pressure();
-    double altitude();
     double height();
-    double accel_speed();
-    double baro_speed();
+    double gps_height();
+    double speed();
     double temperature();
     double battery_voltage();
     double drogue_voltage();