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

Public Member Functions

 Output (double energyUse, double energyCost, double power)
 

Public Attributes

double energyUse = 0
 
double energyCost = 0
 
double power = 0
 

Detailed Description

Definition at line 137 of file ElectricityReduction.h.

Constructor & Destructor Documentation

◆ Output()

ElectricityReduction::Output::Output ( double  energyUse,
double  energyCost,
double  power 
)
inline

Definition at line 138 of file ElectricityReduction.h.

Member Data Documentation

◆ energyCost

double ElectricityReduction::Output::energyCost = 0

Definition at line 143 of file ElectricityReduction.h.

◆ energyUse

double ElectricityReduction::Output::energyUse = 0

Definition at line 143 of file ElectricityReduction.h.

◆ power

double ElectricityReduction::Output::power = 0

Definition at line 143 of file ElectricityReduction.h.


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