configure OSTC/OSTC3: Add safety stop parameters

This adds the configure parameters for safety stops on the hwOS(OSTC3)
and OSTC computers.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2016-01-22 14:17:50 +01:00 committed by Dirk Hohndel
parent 91a72f45d4
commit 451293f1a0
5 changed files with 606 additions and 189 deletions

View file

@ -74,6 +74,10 @@ DeviceDetails::DeviceDetails(QObject *parent) :
dynamicAscendRate(false),
graphicalSpeedIndicator(false),
alwaysShowppO2(false),
tempSensorOffset(0)
tempSensorOffset(0),
safetyStopLength(0),
safetyStopStartDepth(0),
safetyStopEndDepth(0),
safetyStopResetDepth(0)
{
}