diff options
| author | Keith Packard <keithp@keithp.com> | 2010-08-24 00:29:11 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-08-24 00:29:11 -0700 |
| commit | 7bd220dfd9b3fb0e42eb90c3b37eb7b4169eb21b (patch) | |
| tree | 3645b536797c02c8eee0b6b71d8259a56eda38d0 /ao-tools/altosui/AltosReader.java | |
| parent | 634a550149e7c344a22a637ba484f115592b1018 (diff) | |
altosui: Add ability to create CSV file from telem or eeprom files
This creates a comma separated value file to export data for
external programs.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosReader.java')
| -rw-r--r-- | ao-tools/altosui/AltosReader.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ao-tools/altosui/AltosReader.java b/ao-tools/altosui/AltosReader.java index 81779e2b..5be8795d 100644 --- a/ao-tools/altosui/AltosReader.java +++ b/ao-tools/altosui/AltosReader.java @@ -25,4 +25,6 @@ import altosui.AltosRecord; public class AltosReader { public AltosRecord read() throws IOException, ParseException { return null; } + public void close() { } + public void write_comments(PrintStream out) { } } |
