altosui: Split out flight monitoring to separate window
authorKeith Packard <keithp@keithp.com>
Sat, 6 Nov 2010 06:44:47 +0000 (23:44 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 9 Nov 2010 06:08:02 +0000 (22:08 -0800)
commit16916be51d746b1e1057b3219e5bec8f8814259e
tree9705c58fb205bd6bbf7fc8f4ebae2a05e2def3d2
parent811ced628d586134224c1b501b40ce9eb435fc7c
altosui: Split out flight monitoring to separate window

This creates a per-TD (or replay) window to contain the flight
monitoring information, allowing multiple monitors.

This also adds per-TD preferences for monitoring channel.

Signed-off-by: Keith Packard <keithp@keithp.com>
12 files changed:
ao-tools/altosui/AltosDisplayThread.java
ao-tools/altosui/AltosFlightReader.java [new file with mode: 0644]
ao-tools/altosui/AltosFlightUI.java [new file with mode: 0644]
ao-tools/altosui/AltosLog.java
ao-tools/altosui/AltosPreferences.java
ao-tools/altosui/AltosReplayReader.java [new file with mode: 0644]
ao-tools/altosui/AltosReplayThread.java [deleted file]
ao-tools/altosui/AltosSerial.java
ao-tools/altosui/AltosStatusTable.java
ao-tools/altosui/AltosTelemetryReader.java [new file with mode: 0644]
ao-tools/altosui/AltosUI.java
ao-tools/altosui/Makefile.am