src/global.h

changeset 527
84091b9cb800
parent 526
3b9abdae181e
child 533
288ed828d11a
equal deleted inserted replaced
526:3b9abdae181e 527:84091b9cb800
281 double kettle_height; 281 double kettle_height;
282 double mash_volume; 282 double mash_volume;
283 double mash_max; 283 double mash_max;
284 double efficiency; 284 double efficiency;
285 QString uuid; 285 QString uuid;
286 double HLT_volume;
287 double HLT_deadspace;
286 }; 288 };
287 289
288 290
289 struct Style 291 struct Style
290 { 292 {
483 int eq_chiller_type; 485 int eq_chiller_type;
484 double eq_chiller_to79; 486 double eq_chiller_to79;
485 double eq_chiller_volume; 487 double eq_chiller_volume;
486 double eq_chiller_lpm; 488 double eq_chiller_lpm;
487 double eq_chiller_loss; 489 double eq_chiller_loss;
490 double eq_HLT_volume;
491 double eq_HLT_deadspace;
488 492
489 QDateTime brew_date_start; 493 QDateTime brew_date_start;
490 double brew_mash_ph; 494 double brew_mash_ph;
491 double brew_mash_sg; 495 double brew_mash_sg;
492 double brew_mash_efficiency; 496 double brew_mash_efficiency;
615 double tw_sulfate; 619 double tw_sulfate;
616 double tw_chloride; 620 double tw_chloride;
617 double tw_sodium; 621 double tw_sodium;
618 double tw_magnesium; 622 double tw_magnesium;
619 double tw_total_alkalinity; 623 double tw_total_alkalinity;
624 double tw_ph;
620 625
621 QString w1_name; ///< Water source 1 626 QString w1_name; ///< Water source 1
622 double w1_amount; 627 double w1_amount;
623 double w1_calcium; 628 double w1_calcium;
624 double w1_sulfate; 629 double w1_sulfate;
707 double bottle_abv; 712 double bottle_abv;
708 double bottle_bar; 713 double bottle_bar;
709 double keg_abv; 714 double keg_abv;
710 double keg_bar; 715 double keg_bar;
711 QList<Splits> splits; ///< Used during building a split batch 716 QList<Splits> splits; ///< Used during building a split batch
712 double ws_calcium; ///< Sparge water calculated. 717 double ws_calcium; ///< Sparge water calculated.
713 double ws_sulfate; 718 double ws_sulfate;
714 double ws_chloride; 719 double ws_chloride;
715 double ws_sodium; 720 double ws_sodium;
716 double ws_magnesium; 721 double ws_magnesium;
717 double ws_total_alkalinity; 722 double ws_total_alkalinity;
723 double aa_calcium; ///< Actual adjustments
724 double aa_magnesium;
725 double aa_bicarbonate;
726 double aa_sodium;
727 double aa_chloride;
728 double aa_sulfate;
729 double aa_hardness;
730 double ta_calcium; ///< Target water adjustments
731 double ta_magnesium;
732 double ta_bicarbonate;
733 double ta_sodium;
734 double ta_chloride;
735 double ta_sulfate;
736 double ta_hardness;
718 QList<Images> images_list; ///< List of loaded images. 737 QList<Images> images_list; ///< List of loaded images.
719 int images_count; ///< -1 if not yet loaded. 738 int images_count; ///< -1 if not yet loaded.
720 int images_current; ///< -1 or image in focus. 739 int images_current; ///< -1 or image in focus.
721 bool images_dirty; 740 bool images_dirty;
722 }; 741 };
723 742
724 743
725 extern Recipe *recipe; 744 extern Recipe *recipe;
726 extern Product *product; 745 extern Product *product;

mercurial