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.h | |
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.h')
-rw-r--r-- | subsurface-core/devicedetails.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subsurface-core/devicedetails.h b/subsurface-core/devicedetails.h index 0d929c018..b5e59afe8 100644 --- a/subsurface-core/devicedetails.h +++ b/subsurface-core/devicedetails.h @@ -92,6 +92,10 @@ public: bool graphicalSpeedIndicator; bool alwaysShowppO2; int tempSensorOffset; + unsigned safetyStopLength; + unsigned safetyStopStartDepth; + unsigned safetyStopEndDepth; + unsigned safetyStopResetDepth; }; |