thermferm/thermferm.h

changeset 289
d810df0df36a
parent 284
9e6fb5aed618
child 292
138d5e15be01
equal deleted inserted replaced
288:8b99ab77262b 289:d810df0df36a
137 time_t prof_started; /* Profile start time */ 137 time_t prof_started; /* Profile start time */
138 int prof_state; /* Profile OFF|PAUSE|RUN|DONE */ 138 int prof_state; /* Profile OFF|PAUSE|RUN|DONE */
139 float prof_target; /* Profile current target temp */ 139 float prof_target; /* Profile current target temp */
140 time_t prof_paused; /* Profile total pause time */ 140 time_t prof_paused; /* Profile total pause time */
141 int prof_percent; /* Profile percentage done */ 141 int prof_percent; /* Profile percentage done */
142 float prof_peak_abs; /* Profile absolute peak temp */
143 float prof_peak_rel; /* Profile relative peak temp */
144 time_t prof_primary_done; /* Profile primary is done */
142 float PID_I_err; /* PID Intergal error */ 145 float PID_I_err; /* PID Intergal error */
143 float PID_err_old; /* PID old error value */ 146 float PID_err_old; /* PID old error value */
144 } units_list; 147 } units_list;
145 148
146 #define UNITMODE_OFF 0 /* Unit turned off */ 149 #define UNITMODE_OFF 0 /* Unit turned off */

mercurial