From: Keith Packard Date: Sun, 22 Nov 2009 09:10:44 +0000 (-0800) Subject: Automatically extract flight number for eeprom and telem filenames. X-Git-Tag: debian/0.6+43+gd6ba07e~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=d6ba07e885bdc62ba64719c9d8cc42fcecbcb09d;hp=d6ba07e885bdc62ba64719c9d8cc42fcecbcb09d Automatically extract flight number for eeprom and telem filenames. 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 ---