thermferm/thermferm.h

changeset 284
9e6fb5aed618
parent 270
df81d583c2c3
child 289
d810df0df36a
equal deleted inserted replaced
283:affe4d2adc94 284:9e6fb5aed618
136 char *profile; /* Active profile uuid */ 136 char *profile; /* Active profile uuid */
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 float PID_I_err; /* PID Intergal error */ 142 float PID_I_err; /* PID Intergal error */
142 float PID_err_old; /* PID old error value */ 143 float PID_err_old; /* PID old error value */
143 } units_list; 144 } units_list;
144 145
145 #define UNITMODE_OFF 0 /* Unit turned off */ 146 #define UNITMODE_OFF 0 /* Unit turned off */

mercurial