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
MultimeterData Class Reference

Public Member Functions

 MultimeterData (const int numberOfPhases, const double supplyVoltage, const double averageCurrent, const double powerFactor)
 
int getNumberOfPhases () const
 
double getSupplyVoltage () const
 
double getAverageCurrent () const
 
double getPowerFactor () const
 
void setNumberOfPhases (int numberOfPhases)
 
void setSupplyVoltage (double supplyVoltage)
 
void setAverageCurrent (double averageCurrent)
 
void setPowerFactor (double powerFactor)
 

Private Attributes

int numberOfPhases
 
double supplyVoltage
 
double averageCurrent
 
double powerFactor
 

Detailed Description

Definition at line 8 of file ElectricityReduction.h.

Constructor & Destructor Documentation

◆ MultimeterData()

MultimeterData::MultimeterData ( const int  numberOfPhases,
const double  supplyVoltage,
const double  averageCurrent,
const double  powerFactor 
)
inline

Definition at line 10 of file ElectricityReduction.h.

Member Function Documentation

◆ getAverageCurrent()

double MultimeterData::getAverageCurrent ( ) const
inline

Definition at line 19 of file ElectricityReduction.h.

◆ getNumberOfPhases()

int MultimeterData::getNumberOfPhases ( ) const
inline

Definition at line 15 of file ElectricityReduction.h.

◆ getPowerFactor()

double MultimeterData::getPowerFactor ( ) const
inline

Definition at line 21 of file ElectricityReduction.h.

◆ getSupplyVoltage()

double MultimeterData::getSupplyVoltage ( ) const
inline

Definition at line 17 of file ElectricityReduction.h.

Member Data Documentation

◆ averageCurrent

double MultimeterData::averageCurrent
private

Definition at line 33 of file ElectricityReduction.h.

◆ numberOfPhases

int MultimeterData::numberOfPhases
private

Definition at line 32 of file ElectricityReduction.h.

◆ powerFactor

double MultimeterData::powerFactor
private

Definition at line 33 of file ElectricityReduction.h.

◆ supplyVoltage

double MultimeterData::supplyVoltage
private

Definition at line 33 of file ElectricityReduction.h.


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