diff options
author | 2016-01-22 14:17:50 +0100 | |
---|---|---|
committer | 2016-02-26 09:21:07 +0100 | |
commit | 7ae578ae6a9b588009a8b1e90db484531c6690a9 (patch) | |
tree | e84c8ef33ed2345e8dc2a1200d4a98d6ef40d23c /devicedetails.cpp | |
parent | c13da59ecc257ac71092605d7e959e6cbc73e301 (diff) | |
download | subsurface-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.cpp | 6 |
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) { } |