From c6c3ff70bfceac839af471c11fc8aa04060517b0 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Mon, 15 May 2017 21:50:48 -0300 Subject: Control test and sync generator control implemented Text buggy when opens --- Project/SyncGenerator.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Project/SyncGenerator.h') diff --git a/Project/SyncGenerator.h b/Project/SyncGenerator.h index a672a4f..c23cb2e 100644 --- a/Project/SyncGenerator.h +++ b/Project/SyncGenerator.h @@ -4,6 +4,7 @@ #include "Machines.h" class SyncMachineForm; +class ControlElementContainer; struct SyncGeneratorElectricalData { // General @@ -59,6 +60,10 @@ struct SyncGeneratorElectricalData { double subXq = 0.0; double subTd0 = 0.0; double subTq0 = 0.0; + + //Control + ControlElementContainer* avr = NULL; + ControlElementContainer* speedGov = NULL; }; class SyncGenerator : public Machines -- cgit