summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosGPS.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: 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>
* altosui: Merge gps date and time classes into gps classKeith Packard2010-07-31
| | | | | | No reason to split out the date and time information from the other gps info. Signed-off-by: Keith Packard <keithp@keithp.com>
* Switch AltosUI to libaltos for device accessKeith Packard2010-07-26
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* TD reports "not-connected" when GPS has 0 satsKeith Packard2010-04-06
|
* Fix state updatesKeith Packard2010-04-02
|
* Steal C code from ao-viewKeith Packard2010-04-02