Add support for importing O2 sensors from CSV file

This adds support for importing individual O2 sensors from a CSV file,
e.g. an APD log viewer file.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2015-06-27 23:38:10 +02:00 committed by Dirk Hohndel
parent 1f0c9eec96
commit f04b3bc166
5 changed files with 86 additions and 22 deletions

View file

@ -102,6 +102,9 @@ private:
int depth;
int temperature;
int po2;
int sensor1;
int sensor2;
int sensor3;
int cns;
int ndl;
int tts;