src/global.h

changeset 365
4bc746c65650
parent 355
f3318d9d6668
child 373
b02aca4e926c
equal deleted inserted replaced
364:1efe29f64551 365:4bc746c65650
397 int mashs_row; 397 int mashs_row;
398 double mashs_kg; ///< Kg fermentables in the mash. 398 double mashs_kg; ///< Kg fermentables in the mash.
399 int mashs_time; ///< Total mash time. 399 int mashs_time; ///< Total mash time.
400 double preboil_sg; 400 double preboil_sg;
401 double preboil_ph; 401 double preboil_ph;
402 double ws_calcium; ///< Sparge water calculated.
403 double ws_sulfate;
404 double ws_chloride;
405 double ws_sodium;
406 double ws_magnesium;
407 double ws_total_alkalinity;
402 }; 408 };
403 409
404 410
405 /* 411 /*
406 * The main product record stored in the database. 412 * The main product record stored in the database.
649 double mashs_kg; ///< Kg fermentables in the mash. 655 double mashs_kg; ///< Kg fermentables in the mash.
650 int mashs_time; ///< Total mash time. 656 int mashs_time; ///< Total mash time.
651 double est_mash_sg; 657 double est_mash_sg;
652 double est_preboil_ph; 658 double est_preboil_ph;
653 double preboil_sg; 659 double preboil_sg;
654 double final_abv; /// ABV after dilution/infusion. 660 double final_abv; ///< ABV after dilution/infusion.
655 double bottle_abv; 661 double bottle_abv;
656 double bottle_bar; 662 double bottle_bar;
657 double keg_abv; 663 double keg_abv;
658 double keg_bar; 664 double keg_bar;
659 QList<Splits> splits; /// Used during building a split batch 665 QList<Splits> splits; ///< Used during building a split batch
666 double ws_calcium; ///< Sparge water calculated.
667 double ws_sulfate;
668 double ws_chloride;
669 double ws_sodium;
670 double ws_magnesium;
671 double ws_total_alkalinity;
660 }; 672 };
661 673
662 674
663 extern Recipe *recipe; 675 extern Recipe *recipe;
664 extern Product *product; 676 extern Product *product;

mercurial