12 #ifndef AMO_TOOLS_SUITE_AUXILIARYPOWER_H 13 #define AMO_TOOLS_SUITE_AUXILIARYPOWER_H 33 AuxiliaryPower(
const double motorPhase,
const double supplyVoltage,
const double avgCurrent,
34 const double powerFactor,
const double operatingTime) :
35 motorPhase(motorPhase),
36 supplyVoltage(supplyVoltage),
37 avgCurrent(avgCurrent),
38 powerFactor(powerFactor),
39 operatingTime(operatingTime / 100.0)
51 const double motorPhase, supplyVoltage, avgCurrent, powerFactor, operatingTime;
54 #endif //AMO_TOOLS_SUITE_AUXILIARYPOWER_H double getPowerUsed() const
AuxiliaryPower(const double motorPhase, const double supplyVoltage, const double avgCurrent, const double powerFactor, const double operatingTime)