From 7a556cd67b60f70b9779d298ee687f66c859a529 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 18 May 2017 16:48:47 -0300 Subject: AVR and speed gov open implemented --- Project/SyncGenerator.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project/SyncGenerator.cpp') 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 -- cgit