diff options
author | willem ferguson <willemferguson@zoology.up.ac.za> | 2015-01-20 20:13:53 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-21 17:00:18 +1200 |
commit | a700be32076225e68bfaa4b6c418cff015e2ceec (patch) | |
tree | 57c7d8b94e66279d301470b53101d2b5c05deec5 /pref.h | |
parent | 2923329e8e47f64667c34b33eb1de64657cb6774 (diff) | |
download | subsurface-a700be32076225e68bfaa4b6c418cff015e2ceec.tar.gz |
CCR option: display o2 sensor data
This patch creates the possibility of viewing the individual sensor
values when the po2 button on the profile toolbar is activated. This
follows exactly the procedure for optionally displaying the setpoint
values while viewing po2. A checkbox in the preferences panel determines
whether sensor information is shown. By default it is set to OFF. When
checked, and the po2 button is activated, sensor1 values are shown in
grey, sensor2 in blue and sensor3 in brown.
Signed-off-by: willem ferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ struct preferences { int animation_speed; bool gf_low_at_maxdepth; bool show_ccr_setpoint; + bool show_ccr_sensors; short display_invalid_dives; short unit_system; struct units units; |