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>
This commit is contained in:
Dirk Hohndel 2014-04-24 13:58:39 -07:00
parent 0785a7f0ca
commit 0be8512ab0
2 changed files with 18 additions and 1 deletions

2
dive.h
View file

@ -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);