Calculate deco stops, TTS and NDL

Calculate TTS and NDL, and Deco stops when they don't already exist in
the samle and show them in the mouse-over.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2013-07-05 15:19:41 +02:00 committed by Dirk Hohndel
parent f3b81ab54d
commit 35356e364d
2 changed files with 89 additions and 1 deletions

View file

@ -26,6 +26,7 @@ struct plot_data {
int ceiling;
int ceilings[16];
int ndl;
int tts;
int stoptime;
int stopdepth;
int cns;