thermferm/thermferm.h

changeset 95
2c28afc329a5
parent 94
38ee038f4cec
child 101
1302abe92eb1
--- a/thermferm/thermferm.h	Mon Jul 07 21:15:44 2014 +0200
+++ b/thermferm/thermferm.h	Mon Jul 07 22:31:07 2014 +0200
@@ -156,17 +156,6 @@
 #endif
     units_list		*units;			/* Fermenter units		*/
     profiles_list	*profiles;		/* Ferment profiles		*/
-    						/* ControlSettings:		*/
-    unsigned char	cs_mode;		/* mode				*/
-    float		cs_beerSet;		/* beer temperature		*/
-    float		cs_fridgeSet;		/* fridge temperature		*/
-    float		cs_heatEstimator;
-    float		cs_coolEstimator;
-    						/* ControlConstants		*/
-    float		cc_tempSetMin;
-    float		cc_tempSetMax;
-    float		cc_idleRangeH;
-    float		cc_idleRangeL;
 } sys_config;
 
 
@@ -223,8 +212,6 @@
 #endif
 
 /* server.c */
-void defaultControlSettings(void);
-void defaultControlConstants(void);
 #ifdef HAVE_WIRINGPI_H
 PI_THREAD (my_server_loop);
 #else

mercurial