src/global.h

changeset 373
b02aca4e926c
parent 365
4bc746c65650
child 380
8f5c03ed4321
equal deleted inserted replaced
372:d9c78eb19728 373:b02aca4e926c
114 double humulene; 114 double humulene;
115 double caryophyllene; 115 double caryophyllene;
116 double cohumulone; 116 double cohumulone;
117 double myrcene; 117 double myrcene;
118 double total_oil; 118 double total_oil;
119 double utilisation;
120 double bu_factor;
119 double inventory; ///< In product, current inventory. 121 double inventory; ///< In product, current inventory.
120 bool avail; ///< Product available in database. 122 bool avail; ///< Product available in database.
121 }; 123 };
122 124
123 125
763 }; 765 };
764 766
765 extern const char * const g_hop_types[]; 767 extern const char * const g_hop_types[];
766 768
767 enum HopForms { 769 enum HopForms {
768 HOP_FORMS_PELLET, 770 HOP_FORMS_PELLET, ///< T-90 pellets
769 HOP_FORMS_PLUG, 771 HOP_FORMS_PLUG,
770 HOP_FORMS_LEAF, 772 HOP_FORMS_LEAF, ///< Ordinary leafs
771 HOP_FORMS_LEAF_WET, 773 HOP_FORMS_LEAF_WET, ///< Fresh picked leafs
772 HOP_FORMS_CRYO, 774 HOP_FORMS_CRYO, ///< Cryo T-45 hops.
773 HOP_FORMS_EXTRACT 775 HOP_FORMS_CO2EXTRACT, ///< CO2 extract and IKE.
776 HOP_FORMS_ISOEXTRACT ///< Isomerized Hop Extract.
774 }; 777 };
775 778
776 extern const char * const g_hop_forms[]; 779 extern const char * const g_hop_forms[];
777 780
778 enum HopUseat { 781 enum HopUseat {

mercurial