summaryrefslogtreecommitdiff
path: root/altosui/AltosDataPoint.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-01-16 15:19:51 -0800
committerKeith Packard <keithp@keithp.com>2013-01-18 23:00:20 -0800
commitf4fa8a4e93e17f19d15ef108f6e0c81b7a83cc04 (patch)
treeda1260cc55400f0a244efe59cfd7d83d0a63a6a2 /altosui/AltosDataPoint.java
parent4646beb421ab5bec612dfe5e3c57e790b1f41203 (diff)
Add GPS height to the usual plotplot-gps-height
This lets us compare the GPS height data to the barometric height data Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosDataPoint.java')
-rw-r--r--altosui/AltosDataPoint.java1
1 files changed, 1 insertions, 0 deletions
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();