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 | Private Attributes | List of all members
PowerMeterData Class Reference

Public Member Functions

 PowerMeterData (const double power)
 
double getPower () const
 
void setPower (double power)
 

Private Attributes

double power
 

Detailed Description

Definition at line 74 of file ElectricityReduction.h.

Constructor & Destructor Documentation

◆ PowerMeterData()

PowerMeterData::PowerMeterData ( const double  power)
inline

Definition at line 76 of file ElectricityReduction.h.

Member Function Documentation

◆ getPower()

double PowerMeterData::getPower ( ) const
inline

Definition at line 78 of file ElectricityReduction.h.

Member Data Documentation

◆ power

double PowerMeterData::power
private

Definition at line 83 of file ElectricityReduction.h.


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