Implement OSTC4 specific settings

Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
Anton Lundin 2017-04-27 21:25:04 +02:00 committed by Dirk Hohndel
parent 5a4e1a5586
commit f14ad7f183
5 changed files with 142 additions and 35 deletions

View file

@ -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;