src/global.h

changeset 267
8af232524e64
parent 238
047e99c90848
child 276
7316a419334d
equal deleted inserted replaced
266:5f0782149028 267:8af232524e64
162 double ramp_time; ///< Estimated ramp time to this step. 162 double ramp_time; ///< Estimated ramp time to this step.
163 double end_temp; ///< End temperature this step. 163 double end_temp; ///< End temperature this step.
164 double step_wg_ratio; ///< Current water/grain ratio. 164 double step_wg_ratio; ///< Current water/grain ratio.
165 double step_ph; ///< In product, measured pH. 165 double step_ph; ///< In product, measured pH.
166 double step_sg; ///< In product, measured SG. 166 double step_sg; ///< In product, measured SG.
167 };
168
169
170 struct Splits
171 {
172 QString name; ///< Name of split part
173 QString code; ///< Code of split part
174 double size; ///< Split volume size
167 }; 175 };
168 176
169 177
170 /* 178 /*
171 * The main recipe record stored in the database. 179 * The main recipe record stored in the database.
534 double final_abv; /// ABV after dilution/infusion. 542 double final_abv; /// ABV after dilution/infusion.
535 double bottle_abv; 543 double bottle_abv;
536 double bottle_bar; 544 double bottle_bar;
537 double keg_abv; 545 double keg_abv;
538 double keg_bar; 546 double keg_bar;
547 QList<Splits> splits; /// Used during building a split batch
539 }; 548 };
540 549
541 550
542 extern Recipe *recipe; 551 extern Recipe *recipe;
543 extern Product *product; 552 extern Product *product;

mercurial