|
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.
|
Public Member Functions | |
| Output (double energyUse, double energyCost, double power) | |
Public Attributes | |
| double | energyUse = 0 |
| double | energyCost = 0 |
| double | power = 0 |
Definition at line 136 of file ElectricityReduction.h.
|
inline |
Definition at line 137 of file ElectricityReduction.h.
| double ElectricityReduction::Output::energyCost = 0 |
Definition at line 142 of file ElectricityReduction.h.
| double ElectricityReduction::Output::energyUse = 0 |
Definition at line 142 of file ElectricityReduction.h.
| double ElectricityReduction::Output::power = 0 |
Definition at line 142 of file ElectricityReduction.h.