From f4fa8a4e93e17f19d15ef108f6e0c81b7a83cc04 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 16 Jan 2013 15:19:51 -0800 Subject: Add GPS height to the usual plot This lets us compare the GPS height data to the barometric height data Signed-off-by: Keith Packard --- altosui/AltosDataPoint.java | 1 + 1 file changed, 1 insertion(+) (limited to 'altosui/AltosDataPoint.java') diff --git a/altosui/AltosDataPoint.java b/altosui/AltosDataPoint.java index 4956e9f3..f3408cb2 100644 --- a/altosui/AltosDataPoint.java +++ b/altosui/AltosDataPoint.java @@ -17,6 +17,7 @@ interface AltosDataPoint { double acceleration(); double height(); + double gps_height(); double speed(); double temperature(); double battery_voltage(); -- cgit v1.2.3