aboutsummaryrefslogtreecommitdiffstats
path: root/devicedetails.cpp
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2016-01-22 14:17:50 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-26 09:21:07 +0100
commit7ae578ae6a9b588009a8b1e90db484531c6690a9 (patch)
treee84c8ef33ed2345e8dc2a1200d4a98d6ef40d23c /devicedetails.cpp
parentc13da59ecc257ac71092605d7e959e6cbc73e301 (diff)
downloadsubsurface-7ae578ae6a9b588009a8b1e90db484531c6690a9.tar.gz
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>
Diffstat (limited to 'devicedetails.cpp')
-rw-r--r--devicedetails.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/devicedetails.cpp b/devicedetails.cpp
index e5c33e418..a2da0d5bc 100644
--- a/devicedetails.cpp
+++ b/devicedetails.cpp
@@ -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)
{
}