Add version numbers to java libraries
[fw/altos] / altosui / AltosDataPoint.java
index 80f62c2cf2c2a8d5d2442bece3e05bca7ecf672e..4956e9f3c61eec2662056f746289c52db4abeb8a 100644 (file)
@@ -2,7 +2,7 @@
 // Copyright (c) 2010 Anthony Towns
 // GPL v2 or later
 
-package AltosUI;
+package altosui;
 
 interface AltosDataPoint {
     int version();
@@ -16,11 +16,8 @@ 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();