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>
Sat, 6 Nov 2010 06:44:47 +0000 (23:44 -0700)
commit474b8bd5b68e74757d8c99577d874f0aad49142d
treef863a72a129a691c4e26c6e9478e275f2a227d0c
parent799361921d4f0351b1f93aa70ea3f378b2423409
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