summaryrefslogtreecommitdiffstats
path: root/Project/IndMotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/IndMotor.h')
-rw-r--r--Project/IndMotor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/IndMotor.h b/Project/IndMotor.h
index 511eb61..bd2c572 100644
--- a/Project/IndMotor.h
+++ b/Project/IndMotor.h
@@ -52,6 +52,10 @@ class IndMotor : public Machines
virtual IndMotorElectricalData GetElectricalData() { return m_electricalData; }
virtual IndMotorElectricalData GetPUElectricalData(double systemPowerBase);
virtual void SetElectricalData(IndMotorElectricalData electricalData) { m_electricalData = electricalData; }
+
+ virtual void SaveElement(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* elementListNode);
+ virtual bool OpenElement(rapidxml::xml_node<>* elementNode, std::vector<Element*> parentList);
+
protected:
IndMotorElectricalData m_electricalData;
};