diff options
Diffstat (limited to 'Project/SyncGenerator.h')
-rw-r--r-- | Project/SyncGenerator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/SyncGenerator.h b/Project/SyncGenerator.h index 23ab87d..aba3c8f 100644 --- a/Project/SyncGenerator.h +++ b/Project/SyncGenerator.h @@ -82,11 +82,15 @@ struct SyncGeneratorElectricalData { double subEq; double subEd; double pe; + double sd; + double sq; // Variables to extrapolate double oldId; double oldIq; double oldPe; + double oldSd; + double oldSq; // Integration constants IntegrationConstant icSpeed; |