12 #ifndef AMO_LIBRARY_ANNUALENERGY_H 13 #define AMO_LIBRARY_ANNUALENERGY_H 27 fieldPower(fieldPower),
28 operatingHours(operatingHours)
50 this->fieldPower = fieldPower;
58 return operatingHours;
68 this->operatingHours = operatingHours;
79 double operatingHours;
87 #endif //AMO_LIBRARY_ANNUALENERGY_H double getFieldPower() const
void setFieldPower(double fieldPower)
double getoperatingHours() const
AnnualEnergy(double fieldPower, double operatingHours)
double calculate()
Contains the definition of functions of AnnualEnergy class. calculate(): Calculates the annual energy...
Function prototypes for the Annual Energy.
void setoperatingHours(double operatingHours)