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 | |
NaturalGasReductionInput (const int operatingHours, const double fuelCost, const int measurementMethod, const FlowMeterMethodData flowMeterMethodData, const NaturalGasOtherMethodData otherMethodData, const AirMassFlowData airMassFlowData, const WaterMassFlowData waterMassFlowData, const int units) | |
int | getOperatingHours () const |
double | getFuelCost () const |
int | getMeasurementMethod () const |
int | getUnits () const |
FlowMeterMethodData | getFlowMeterMethodData () const |
NaturalGasOtherMethodData | getNaturalGasOtherMethodData () const |
AirMassFlowData | getAirMassFlowData () const |
WaterMassFlowData | getWaterMassFlowData () const |
Private Attributes | |
int | operatingHours |
double | fuelCost |
int | measurementMethod |
FlowMeterMethodData | flowMeterMethodData |
NaturalGasOtherMethodData | otherMethodData |
AirMassFlowData | airMassFlowData |
WaterMassFlowData | waterMassFlowData |
int | units |
Definition at line 103 of file NaturalGasReduction.h.
|
inline |
Definition at line 105 of file NaturalGasReduction.h.
|
inline |
Definition at line 119 of file NaturalGasReduction.h.
|
inline |
Definition at line 117 of file NaturalGasReduction.h.
|
inline |
Definition at line 114 of file NaturalGasReduction.h.
|
inline |
Definition at line 115 of file NaturalGasReduction.h.
|
inline |
Definition at line 118 of file NaturalGasReduction.h.
|
inline |
Definition at line 113 of file NaturalGasReduction.h.
|
inline |
Definition at line 116 of file NaturalGasReduction.h.
|
inline |
Definition at line 120 of file NaturalGasReduction.h.
|
private |
Definition at line 128 of file NaturalGasReduction.h.
|
private |
Definition at line 126 of file NaturalGasReduction.h.
|
private |
Definition at line 124 of file NaturalGasReduction.h.
|
private |
Definition at line 125 of file NaturalGasReduction.h.
|
private |
Definition at line 123 of file NaturalGasReduction.h.
|
private |
Definition at line 127 of file NaturalGasReduction.h.
|
private |
Definition at line 130 of file NaturalGasReduction.h.
|
private |
Definition at line 129 of file NaturalGasReduction.h.