From 22f66501ac4075084c0fd1d0b0d943aa92df1306 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 17 Jan 2014 14:00:28 -0800 Subject: Add support for heartrate and bearing information in samples libdivecomputer already supports this, but we didn't save it. Tested-by: Oscar Isoz Signed-off-by: Linus Torvalds Signed-off-by: Dirk Hohndel --- profile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'profile.h') diff --git a/profile.h b/profile.h index 6a6936dbe..ef81763bf 100644 --- a/profile.h +++ b/profile.h @@ -42,6 +42,8 @@ struct plot_data { int stoptime_calc; int stopdepth_calc; int pressure_time; + int heartbeat; + int bearing; }; //TODO: remove the calculatE_max_limits as soon as the new profile is done. void calculate_max_limits(struct dive *dive, struct divecomputer *dc, struct graphics_context *gc); -- cgit v1.2.3-70-g09d2