mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Implement OSTC4 specific settings
Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
5a4e1a5586
commit
f14ad7f183
5 changed files with 142 additions and 35 deletions
|
@ -28,6 +28,7 @@ DeviceDetails::DeviceDetails(QObject *parent) :
|
|||
aGFLow(0),
|
||||
aGFHigh(0),
|
||||
aGFSelectable(0),
|
||||
vpmConservatism(0),
|
||||
saturation(0),
|
||||
desaturation(0),
|
||||
lastDeco(0),
|
||||
|
@ -56,8 +57,10 @@ DeviceDetails::DeviceDetails(QObject *parent) :
|
|||
alarmDepth(0),
|
||||
leftButtonSensitivity(0),
|
||||
rightButtonSensitivity(0),
|
||||
buttonSensitivity(0),
|
||||
bottomGasConsumption(0),
|
||||
decoGasConsumption(0),
|
||||
travelGasConsumption(0),
|
||||
modWarning(false),
|
||||
dynamicAscendRate(false),
|
||||
graphicalSpeedIndicator(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue