diff options
author | Anton Lundin <glance@acc.umu.se> | 2017-04-27 21:25:04 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-04 10:50:15 -0700 |
commit | f14ad7f183f0422ad09c455212e1822bd7bdd3ee (patch) | |
tree | f724ed6b540829fb697f35333a8d8c946f2cdef6 /core/devicedetails.h | |
parent | 5a4e1a55866ac943eecbd32c52583142d4e8921e (diff) | |
download | subsurface-f14ad7f183f0422ad09c455212e1822bd7bdd3ee.tar.gz |
Implement OSTC4 specific settings
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'core/devicedetails.h')
-rw-r--r-- | core/devicedetails.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/devicedetails.h b/core/devicedetails.h index ac12b6ca4..cb1a5ad1e 100644 --- a/core/devicedetails.h +++ b/core/devicedetails.h @@ -60,6 +60,7 @@ public: int aGFLow; int aGFHigh; int aGFSelectable; + int vpmConservatism; int saturation; int desaturation; int lastDeco; @@ -88,8 +89,10 @@ public: int alarmDepth; int leftButtonSensitivity; int rightButtonSensitivity; + int buttonSensitivity; int bottomGasConsumption; int decoGasConsumption; + int travelGasConsumption; bool modWarning; bool dynamicAscendRate; bool graphicalSpeedIndicator; |