Import support for new Seabear format

This add support for Seabear's new import format that is used by H3 and
T1. In the future also the Hudc  should switch to the new format. The
main difference to the old one is that time stamps are no longer
recorded in the samples, but intervali is specified in the header.

The header contains other useful information as well that we should
build support for. E.g. surface pressure, gas mixes, GF, and mode might
be useful additions later on.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2015-03-22 17:13:47 +02:00 committed by Dirk Hohndel
parent cb49c37b31
commit 86ac7fdf47
5 changed files with 114 additions and 26 deletions

View file

@ -95,6 +95,7 @@ private:
QList<int> specialCSV;
int column;
ColumnNameResult *resultModel;
QString delta;
struct CSVAppConfig {
QString name;