diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-11-12 23:33:40 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-12 14:42:15 -0800 |
commit | a06befc0075c19afbec31130b6d1e0f4447a2498 (patch) | |
tree | 7a34547df9bb69bdbdeb078f3e58fd10dce9908c /qt-ui/diveplanner.h | |
parent | 1617d437d413705977905673ddcde0d8ff0ba068 (diff) | |
download | subsurface-a06befc0075c19afbec31130b6d1e0f4447a2498.tar.gz |
Support different salinity in planner
Depth is often mentioned in a length unit, but what we care about is
pressure. When diving in fresh water the pressure is lower than the same
depth in salt water. This adds support for using different salinities in
planning.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index c613ae210..bca0deb78 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -70,6 +70,7 @@ slots: void setGFLow(const int ghflow); void triggerGFLow(); void setSurfacePressure(int pressure); + void setSalinity(int salinity); int getSurfacePressure(); void setBottomSac(double sac); void setDecoSac(double sac); @@ -146,6 +147,7 @@ slots: void settingsChanged(); void atmPressureChanged(const int pressure); void heightChanged(const int height); + void salinityChanged(const double salinity); void printDecoPlan(); private: |