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.
|
Classes | |
struct | Output |
Public Member Functions | |
ElectricityReduction (std::vector< ElectricityReductionInput > electricityReductionInputVec) | |
ElectricityReduction::Output | calculate () |
ElectricityReduction::Output | getOutput () |
std::vector< ElectricityReductionInput > const & | getElectricityReductionInputVec () const |
void | setElectricityReductionInputVec (std::vector< ElectricityReductionInput > &electricityReductionInputVec) |
Private Attributes | |
std::vector< ElectricityReductionInput > | electricityReductionInputVec |
ElectricityReduction::Output | output |
Definition at line 135 of file ElectricityReduction.h.
|
inline |
Definition at line 146 of file ElectricityReduction.h.
|
inline |
Definition at line 153 of file ElectricityReduction.h.
|
inline |
Definition at line 151 of file ElectricityReduction.h.
|
private |
Definition at line 160 of file ElectricityReduction.h.
|
private |
Definition at line 161 of file ElectricityReduction.h.