From 451293f1a08b34c056d0db16b9050c1b7e4df295 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Fri, 22 Jan 2016 14:17:50 +0100 Subject: 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 Signed-off-by: Dirk Hohndel --- subsurface-core/devicedetails.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'subsurface-core/devicedetails.h') 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; }; -- cgit v1.2.3-70-g09d2