diff options
Diffstat (limited to 'Project/SyncGenerator.h')
-rw-r--r-- | Project/SyncGenerator.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |