summaryrefslogtreecommitdiffstats
path: root/profile.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-07-09 22:13:36 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-09 13:22:00 -0700
commit848a5352c7afedd530186ae842719e8f67c8c66a (patch)
tree304260e9a579133fc96d08395ee05c224a2a2ae2 /profile.h
parent72aeb53e191c1e717aa0216387149b925cb3d52f (diff)
downloadsubsurface-848a5352c7afedd530186ae842719e8f67c8c66a.tar.gz
Add support divecomputer based TTS
Since earlier have we had support for our own calculated TTS. This adds support for holding TTS values reported by a dive computer. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.h')
-rw-r--r--profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.h b/profile.h
index 54d250a2b..99a181e63 100644
--- a/profile.h
+++ b/profile.h
@@ -29,6 +29,7 @@ struct plot_data {
int ceiling;
int ceilings[16];
int ndl;
+ int tts;
int stoptime;
int stopdepth;
int cns;