altosui: Use timeouts to recover from broken packet links.
authorKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 02:25:48 +0000 (18:25 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 02:25:48 +0000 (18:25 -0800)
commit9ffc2eb53a47e435f39b02896b0e43ae5f47f450
tree31fa4b96ea6c3bd2138b62540d2c94d50859824c
parent68078eab3c07d8dc83302747cf6f3dcb1797c6ce
altosui: Use timeouts to recover from broken packet links.

This puts timeouts every place the system reads from the packet link
and aborts the in-progress operation if it takes more than a second to
get a response.

Also mixed in here are persistent igniter status displays for the
ejection testing UI.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosConfig.java
ao-tools/altosui/AltosEepromDownload.java
ao-tools/altosui/AltosFlashUI.java
ao-tools/altosui/AltosIgnite.java
ao-tools/altosui/AltosIgniteUI.java
ao-tools/altosui/AltosSerial.java
ao-tools/altosui/AltosTelemetryReader.java
ao-tools/altosui/AltosUI.java