summaryrefslogtreecommitdiff
path: root/altosui/AltosRecord.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-05 21:41:44 -0700
committerKeith Packard <keithp@keithp.com>2011-07-05 21:41:44 -0700
commit4132ac5896114e5f3d8fb3f219422e8933078cf4 (patch)
treeb94126adde7a026467eee3bc91031d1ecbcf03c9 /altosui/AltosRecord.java
parentef3ce687d73c1274ce5368432f4d449b063ce5c0 (diff)
altosui: Parse remaining standard telemetry packets
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosRecord.java')
-rw-r--r--altosui/AltosRecord.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/altosui/AltosRecord.java b/altosui/AltosRecord.java
index 8976edf0..144b1c3c 100644
--- a/altosui/AltosRecord.java
+++ b/altosui/AltosRecord.java
@@ -67,6 +67,13 @@ public class AltosRecord {
double time; /* seconds since boost */
+ int device_type;
+ int config_major;
+ int config_minor;
+ int apogee_delay;
+ int main_deploy;
+ int flight_log_max;
+ String firmware_version;
/*
* Values for our MP3H6115A pressure sensor
*