summaryrefslogtreecommitdiff
path: root/aoview/aoview_log.c
Commit message (Collapse)AuthorAge
* Rename tools to ao-<foo>Keith Packard2009-08-18
| | | | | | | Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>
* aoview: Add eeprom data fetchingKeith Packard2009-06-03
| | | | | | | Fetches the last flight data from a TM device connected via USB and writes it to the flight log directory. Signed-off-by: Keith Packard <keithp@keithp.com>
* Make file handling more general so it can be reused.Keith Packard2009-05-20
| | | | | | | The log file handling stuff will be useful for saving eeprom data, so pull it out of the real-time log handling code and make a general interface. Signed-off-by: Keith Packard <keithp@keithp.com>
* Handle disappearing serial devicesKeith Packard2009-05-17
| | | | | | | Put up a dialog when the serial open fails, and shut down monitoring when the serial device disappears while running. Signed-off-by: Keith Packard <keithp@keithp.com>
* Clear table, reset log on disconnectKeith Packard2009-05-17
|
* Add lots more aoview UI bitsKeith Packard2009-05-17
Logs data to files, displays current state in window. Signed-off-by: Keith Packard <keithp@keithp.com>