thermferm/thermferm.h

changeset 48
d8c64f81b192
parent 46
000399c64d3f
child 51
a03b6dac5398
--- a/thermferm/thermferm.h	Tue May 20 22:42:26 2014 +0200
+++ b/thermferm/thermferm.h	Thu May 22 13:54:52 2014 +0200
@@ -6,26 +6,5 @@
 #define FALSE 0
 
 
-/*
- * IPC shared memory
- */
-struct _beer {
-	float                   cs_beerSet;
-	float                   cs_fridgeSet;
-	unsigned char           cs_mode;  /* o = Off, f = fridge, b = beer, p = profile-run */
-	float                   cs_heatEstimator;
-	float                   cs_coolEstimator;
-
-	unsigned char           cc_tempFormat;
-	float                   cc_tempSetMin;
-	float                   cc_tempSetMax;
-	float                   cc_idleRangeH;
-	float                   cc_idleRangeL;
-
-	float                   cv_beerDiff;
-};
-
-struct _beer *beer;
-
 
 #endif

mercurial