summaryrefslogtreecommitdiffstats
path: root/Project/SyncGenerator.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-18 16:48:47 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-18 16:48:47 -0300
commit7a556cd67b60f70b9779d298ee687f66c859a529 (patch)
treedab89f31704b2e71aebd1ceac639b555f494e0e2 /Project/SyncGenerator.cpp
parent88cfd17f34495dafd631d0a5c20978b1b948c098 (diff)
downloadPSP.git-7a556cd67b60f70b9779d298ee687f66c859a529.tar.gz
PSP.git-7a556cd67b60f70b9779d298ee687f66c859a529.tar.xz
PSP.git-7a556cd67b60f70b9779d298ee687f66c859a529.zip
AVR and speed gov open implemented
Diffstat (limited to 'Project/SyncGenerator.cpp')
-rw-r--r--Project/SyncGenerator.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/SyncGenerator.cpp b/Project/SyncGenerator.cpp
index a24657c..b736f24 100644
--- a/Project/SyncGenerator.cpp
+++ b/Project/SyncGenerator.cpp
@@ -29,6 +29,9 @@ void SyncGenerator::Init()
double y = std::sin(x);
m_sinePts.push_back(wxPoint2DDouble((x / pi) * mx, y * my));
}
+
+ m_electricalData.avr = new ControlElementContainer();
+ m_electricalData.speedGov = new ControlElementContainer();
}
void SyncGenerator::DrawSymbol() const