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 | Public Attributes | List of all members
MotorPerformance::Output Struct Reference

Public Member Functions

 Output (const double current, const double efficiency, const double powerFactor)
 

Public Attributes

const double current
 
const double efficiency
 
const double powerFactor
 

Detailed Description

Definition at line 20 of file MotorPerformance.h.

Constructor & Destructor Documentation

◆ Output()

MotorPerformance::Output::Output ( const double  current,
const double  efficiency,
const double  powerFactor 
)
inline
Parameters
current
efficiency
powerFactor

Definition at line 26 of file MotorPerformance.h.

Member Data Documentation

◆ current

const double MotorPerformance::Output::current

Definition at line 29 of file MotorPerformance.h.

◆ efficiency

const double MotorPerformance::Output::efficiency

Definition at line 29 of file MotorPerformance.h.

◆ powerFactor

const double MotorPerformance::Output::powerFactor

Definition at line 29 of file MotorPerformance.h.


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