Add setpoint support for CSV import

The import of setpoint values is tested with Seabear data.

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-07-21 16:37:42 +03:00 committed by Dirk Hohndel
parent 2fc54b6855
commit b28517b9b0
4 changed files with 27 additions and 16 deletions

View file

@ -110,6 +110,7 @@ private:
int tts;
int stopdepth;
int pressure;
int setpoint;
QString separator;
};