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
SteamReduction::Output Struct Reference

Public Member Functions

 Output (double steamUse, double energyUse, double energyCost)
 

Public Attributes

double steamUse = 0
 
double energyUse = 0
 
double energyCost = 0
 

Detailed Description

Definition at line 182 of file SteamReduction.h.

Constructor & Destructor Documentation

◆ Output()

SteamReduction::Output::Output ( double  steamUse,
double  energyUse,
double  energyCost 
)
inline

Definition at line 183 of file SteamReduction.h.

Member Data Documentation

◆ energyCost

double SteamReduction::Output::energyCost = 0

Definition at line 188 of file SteamReduction.h.

◆ energyUse

double SteamReduction::Output::energyUse = 0

Definition at line 188 of file SteamReduction.h.

◆ steamUse

double SteamReduction::Output::steamUse = 0

Definition at line 188 of file SteamReduction.h.


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