summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosTelemetry.java
Commit message (Collapse)AuthorAge
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Eliminate unncessary import altosui linesKeith Packard2010-11-13
| | | | | | | Java appears to automatically import every module from the current package. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Report telemetry CRC errors in UIKeith Packard2010-09-03
| | | | | | | Telemetry CRC errors can signal problems with TeleMetrum or TeleDongle units, so report them in the UI. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add support for old (version < 3) telemetry filesKeith Packard2010-08-26
| | | | | | | | This lets the code read telemetry files from pre-released versions of the software. Not strictly necessary for production, but useful for analysing old files. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Compute flight state from eeprom dataKeith Packard2010-08-05
| | | | | | This lets eeprom files be used to replay flights. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Split flight record out of telemetry classKeith Packard2010-08-05
| | | | | | | This will permit either telemetry or eeprom data to be used to construct the sequence of flight events for reply or data generation. Signed-off-by: Keith Packard <keithp@keithp.com>
* Fix state updatesKeith Packard2010-04-02
|
* Steal C code from ao-viewKeith Packard2010-04-02
|
* Add telem parsing codeKeith Packard2010-04-02
|
* Add telemetry data parsing codeKeith Packard2010-03-31