thermferm/thermferm.h

changeset 289
d810df0df36a
parent 284
9e6fb5aed618
child 292
138d5e15be01
--- a/thermferm/thermferm.h	Wed Oct 22 12:42:20 2014 +0200
+++ b/thermferm/thermferm.h	Sat Oct 25 21:08:47 2014 +0200
@@ -139,6 +139,9 @@
     float		prof_target;		/* Profile current target temp	*/
     time_t		prof_paused;		/* Profile total pause time	*/
     int			prof_percent;		/* Profile percentage done	*/
+    float		prof_peak_abs;		/* Profile absolute peak temp	*/
+    float		prof_peak_rel;		/* Profile relative peak temp	*/
+    time_t		prof_primary_done;	/* Profile primary is done	*/
     float		PID_I_err;		/* PID Intergal error		*/
     float		PID_err_old;		/* PID old error value		*/
 } units_list;

mercurial