From 0be8512ab07625064f9c7a6243acfe765b28abcf Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 24 Apr 2014 13:58:39 -0700 Subject: Add small helper to determine if dive computer has HR data Currently unused, but requested for a future feature. Signed-off-by: Dirk Hohndel --- dive.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dive.h') diff --git a/dive.h b/dive.h index be81ca44b..8713d8c67 100644 --- a/dive.h +++ b/dive.h @@ -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); -- cgit v1.2.3-70-g09d2