summaryrefslogtreecommitdiffstats
path: root/Project/SyncGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/SyncGenerator.h')
-rw-r--r--Project/SyncGenerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Project/SyncGenerator.h b/Project/SyncGenerator.h
index b5c7737..fb5ffdc 100644
--- a/Project/SyncGenerator.h
+++ b/Project/SyncGenerator.h
@@ -84,6 +84,11 @@ struct SyncGeneratorElectricalData {
double subEq;
double subEd;
double pe;
+
+ // Variables to extrapolate
+ double oldId;
+ double oldIq;
+ double oldPe;
// Integration constants
IntegrationConstant icSpeed;