MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WaterReduction::Output Struct Reference

Public Member Functions

 Output (double waterUse, double waterCost, double annualWaterSavings, double costSavings)
 

Public Attributes

double waterUse = 0
 
double waterCost = 0
 
double annualWaterSavings = 0
 
double costSavings = 0
 

Detailed Description

Definition at line 114 of file WaterReduction.h.

Constructor & Destructor Documentation

◆ Output()

WaterReduction::Output::Output ( double  waterUse,
double  waterCost,
double  annualWaterSavings,
double  costSavings 
)
inline

Definition at line 115 of file WaterReduction.h.

Member Data Documentation

◆ annualWaterSavings

double WaterReduction::Output::annualWaterSavings = 0

Definition at line 121 of file WaterReduction.h.

◆ costSavings

double WaterReduction::Output::costSavings = 0

Definition at line 121 of file WaterReduction.h.

◆ waterCost

double WaterReduction::Output::waterCost = 0

Definition at line 121 of file WaterReduction.h.

◆ waterUse

double WaterReduction::Output::waterUse = 0

Definition at line 121 of file WaterReduction.h.


The documentation for this struct was generated from the following file: