src/global.h

changeset 286
18a7e8d67fc5
parent 285
f66df13aee7f
child 287
83e66c6b6e07
equal deleted inserted replaced
285:f66df13aee7f 286:18a7e8d67fc5
175 double ramp_time; ///< Estimated ramp time to this step. 175 double ramp_time; ///< Estimated ramp time to this step.
176 double end_temp; ///< End temperature this step. 176 double end_temp; ///< End temperature this step.
177 double step_wg_ratio; ///< Current water/grain ratio. 177 double step_wg_ratio; ///< Current water/grain ratio.
178 double step_ph; ///< In product, measured pH. 178 double step_ph; ///< In product, measured pH.
179 double step_sg; ///< In product, measured SG. 179 double step_sg; ///< In product, measured SG.
180 };
181
182
183 struct Waters
184 {
185 QString name;
186 QString notes;
187 bool unlimited_stock;
188 double calcium;
189 double bicarbonate;
190 double total_alkalinity;
191 double sulfate;
192 double chloride;
193 double sodium;
194 double magnesium;
195 double nitrate;
196 double ph;
197 double cost;
198 double inventory;
199 bool avail;
180 }; 200 };
181 201
182 202
183 struct Splits 203 struct Splits
184 { 204 {

mercurial