altosui: Move telemetry reader &c to altoslib
authorKeith Packard <keithp@keithp.com>
Tue, 3 Jan 2012 06:35:41 +0000 (22:35 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Jan 2012 06:35:41 +0000 (22:35 -0800)
commitbe5e0768a43327a71d994fdeb120a41fa0f342a9
treeb48a1138c844db1eec035eede03f797b7058040c
parente2b746e1a69eb672c02b63bb549bb2f8ece5b8e9
altosui: Move telemetry reader &c to altoslib

Move all of the device and file reading code into altoslib

Signed-off-by: Keith Packard <keithp@keithp.com>
16 files changed:
altosui/AltosFile.java [deleted file]
altosui/AltosFlightReader.java [deleted file]
altosui/AltosLog.java [deleted file]
altosui/AltosReplayReader.java [deleted file]
altosui/AltosScanUI.java
altosui/AltosSerial.java
altosui/AltosTelemetryReader.java [deleted file]
altosui/AltosUI.java
altosui/Makefile.am
altosui/altoslib/Makefile.am
altosui/altoslib/src/org/altusmetrum/AltosLib/AltosFile.java [new file with mode: 0644]
altosui/altoslib/src/org/altusmetrum/AltosLib/AltosFlightReader.java [new file with mode: 0644]
altosui/altoslib/src/org/altusmetrum/AltosLib/AltosLink.java
altosui/altoslib/src/org/altusmetrum/AltosLib/AltosLog.java [new file with mode: 0644]
altosui/altoslib/src/org/altusmetrum/AltosLib/AltosReplayReader.java [new file with mode: 0644]
altosui/altoslib/src/org/altusmetrum/AltosLib/AltosTelemetryReader.java [new file with mode: 0644]