diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-01-22 14:17:50 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-22 06:50:22 -0800 |
commit | 451293f1a08b34c056d0db16b9050c1b7e4df295 (patch) | |
tree | a4bb2c1230d8e407162e6c35c6abe6f402bbf703 /subsurface-core/devicedetails.cpp | |
parent | 91a72f45d4e4f46061b1df514617472e1ff57ecb (diff) | |
download | subsurface-451293f1a08b34c056d0db16b9050c1b7e4df295.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 'subsurface-core/devicedetails.cpp')
-rw-r--r-- | subsurface-core/devicedetails.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/subsurface-core/devicedetails.cpp b/subsurface-core/devicedetails.cpp index e5c33e418..a2da0d5bc 100644 --- a/subsurface-core/devicedetails.cpp +++ b/subsurface-core/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) { } |