src/global.h

changeset 373
b02aca4e926c
parent 365
4bc746c65650
child 380
8f5c03ed4321
--- a/src/global.h	Tue Jul 26 19:46:44 2022 +0200
+++ b/src/global.h	Fri Jul 29 13:12:26 2022 +0200
@@ -116,6 +116,8 @@
     double	cohumulone;
     double	myrcene;
     double	total_oil;
+    double	utilisation;
+    double	bu_factor;
     double	inventory;		///< In product, current inventory.
     bool	avail;		///< Product available in database.
 };
@@ -765,12 +767,13 @@
 extern const char * const g_hop_types[];
 
 enum HopForms {
-	HOP_FORMS_PELLET,
+	HOP_FORMS_PELLET,			///< T-90 pellets
 	HOP_FORMS_PLUG,
-	HOP_FORMS_LEAF,
-	HOP_FORMS_LEAF_WET,
-	HOP_FORMS_CRYO,
-	HOP_FORMS_EXTRACT
+	HOP_FORMS_LEAF,				///< Ordinary leafs
+	HOP_FORMS_LEAF_WET,			///< Fresh picked leafs
+	HOP_FORMS_CRYO,				///< Cryo T-45 hops.
+	HOP_FORMS_CO2EXTRACT,			///< CO2 extract and IKE.
+	HOP_FORMS_ISOEXTRACT			///< Isomerized Hop Extract.
 };
 
 extern const char * const g_hop_forms[];

mercurial