From fed838330b39f69a682b64b1b885fec17ff901d7 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 12 Jul 2019 02:03:28 -0300 Subject: Motor start implemented and bugfixes --- Project/IndMotor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/IndMotor.h') diff --git a/Project/IndMotor.h b/Project/IndMotor.h index 98e3414..4137e6f 100644 --- a/Project/IndMotor.h +++ b/Project/IndMotor.h @@ -86,6 +86,8 @@ struct IndMotorElectricalData { double te; std::vector electricalTorqueVector; std::vector mechanicalTorqueVector; + std::vector velocityVector; + std::vector currentVector; std::complex electricalPower; std::vector > electricalPowerVector; }; -- cgit