Add GPS height to the usual plot
[fw/altos] / altosui / AltosDataPoint.java
index 4956e9f3c61eec2662056f746289c52db4abeb8a..f3408cb21ea76e1134335a02dcc2c73dffb904af 100644 (file)
@@ -17,6 +17,7 @@ interface AltosDataPoint {
 
     double acceleration();
     double height();
+    double gps_height();
     double speed();
     double temperature();
     double battery_voltage();