mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
91a72f45d4
commit
451293f1a0
5 changed files with 606 additions and 189 deletions
|
@ -92,6 +92,10 @@ public:
|
|||
bool graphicalSpeedIndicator;
|
||||
bool alwaysShowppO2;
|
||||
int tempSensorOffset;
|
||||
unsigned safetyStopLength;
|
||||
unsigned safetyStopStartDepth;
|
||||
unsigned safetyStopEndDepth;
|
||||
unsigned safetyStopResetDepth;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue