summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosRecord.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-08-07 00:42:25 -0400
committerKeith Packard <keithp@keithp.com>2010-08-07 00:42:25 -0400
commitf317f1324b69b4241f4bb192e164b33d712d5a43 (patch)
tree07e3d8168a7b8de1bffe4bef60a8c86db3e1d18f /ao-tools/altosui/AltosRecord.java
parent4738cb2fc639adb1d9237e6c903479f0690dd81a (diff)
altosui: Start adding code to write csv files from eeprom/telem files
This is a start to code which can write out a csv file full of flight data from either an eeprom or telem input file. It's not hooked up, but the restructuring necessary is finished and the output is started. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosRecord.java')
-rw-r--r--ao-tools/altosui/AltosRecord.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/ao-tools/altosui/AltosRecord.java b/ao-tools/altosui/AltosRecord.java
index 3440d935..b670ee37 100644
--- a/ao-tools/altosui/AltosRecord.java
+++ b/ao-tools/altosui/AltosRecord.java
@@ -48,6 +48,8 @@ public class AltosRecord {
int accel_minus_g;
AltosGPS gps;
+ double time; /* seconds since boost */
+
/*
* Values for our MP3H6115A pressure sensor
*