Automatically extract flight number for eeprom and telem filenames.
authorKeith Packard <keithp@keithp.com>
Sun, 22 Nov 2009 09:10:44 +0000 (01:10 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 22 Nov 2009 09:10:44 +0000 (01:10 -0800)
Extract flight number from either telemetry or eeprom files and use
that in the resulting filenames. To ensure that files remain unique,
add a new field, -seq-%03d. This is appended only when the sequence
number is non-zero as it shouldn't occur in normal usage.

This also eliminates some duplicate filename creation code in the
library and aoview sources.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found