brewco/brewco.h

changeset 464
4a624c071ca9
parent 463
a1da58215b65
child 469
d26def846029
equal deleted inserted replaced
463:a1da58215b65 464:4a624c071ca9
16 #include <sys/types.h> 16 #include <sys/types.h>
17 #include <sys/socket.h> 17 #include <sys/socket.h>
18 #include <sys/stat.h> 18 #include <sys/stat.h>
19 #include <sys/time.h> 19 #include <sys/time.h>
20 #include <time.h> 20 #include <time.h>
21 #include <utime.h>
21 #include <fcntl.h> 22 #include <fcntl.h>
22 #include <syslog.h> 23 #include <syslog.h>
23 #include <unistd.h> 24 #include <unistd.h>
24 #include <errno.h> 25 #include <errno.h>
25 #include <signal.h> 26 #include <signal.h>
202 float setpoint; /* Temperature setpoint */ 203 float setpoint; /* Temperature setpoint */
203 int skip; /* Skip this step */ 204 int skip; /* Skip this step */
204 int duration; /* Step duration */ 205 int duration; /* Step duration */
205 } mash_step; 206 } mash_step;
206 207
207 // mash-in 20 80 noskip
208 // fitasi 25 55 canskip
209 // glucanasi 35 50 canskip
210 // proteasi 45 60 canskip
211 // B-amilasi 50 70 canskip
212 // A-amilasi 1 60 76 canskip
213 // A-amilasi 2 60 76 noskip
214 // mash-out 75 80 noskip
215
216 typedef struct _hop_stand { 208 typedef struct _hop_stand {
217 char *name; /* Hop stand name */ 209 char *name; /* Hop stand name */
218 int min; /* Minimum temperature */ 210 int min; /* Minimum temperature */
219 int max; /* Maximum temperature */ 211 int max; /* Maximum temperature */
220 int hold; /* Hold temperature at */ 212 int hold; /* Hold temperature at */

mercurial