diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-04-24 13:58:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-04-25 07:19:18 -0700 |
commit | 0be8512ab07625064f9c7a6243acfe765b28abcf (patch) | |
tree | b6aa4d622e8dc7ff5191d114c558712a95e0f84f /dive.h | |
parent | 0785a7f0cac3d1cf5b84e7f62407466c6798df34 (diff) | |
download | subsurface-0be8512ab07625064f9c7a6243acfe765b28abcf.tar.gz |
Add small helper to determine if dive computer has HR data
Currently unused, but requested for a future feature.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -743,6 +743,8 @@ extern void record_dive(struct dive *dive); extern struct sample *prepare_sample(struct divecomputer *dc); extern void finish_sample(struct divecomputer *dc); +extern bool has_hr_data(struct divecomputer *dc); + extern void sort_table(struct dive_table *table); extern struct dive *fixup_dive(struct dive *dive); extern int getUniqID(struct dive *d); |