summaryrefslogtreecommitdiffstats
path: root/Project/SyncMotor.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-09-03 17:09:24 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-09-03 17:09:24 -0300
commit726686c9b378f3a727ded52226b13a760cba1e6c (patch)
tree941150985ee1823041024ce50bc812303d30868e /Project/SyncMotor.h
parent077270f0294d236c6047d850703c5d011cb4b711 (diff)
downloadPSP.git-726686c9b378f3a727ded52226b13a760cba1e6c.tar.gz
PSP.git-726686c9b378f3a727ded52226b13a760cba1e6c.tar.xz
PSP.git-726686c9b378f3a727ded52226b13a760cba1e6c.zip
Inductor under implementation
Ind motor, sync condenser and load implemented
Diffstat (limited to 'Project/SyncMotor.h')
-rw-r--r--Project/SyncMotor.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/Project/SyncMotor.h b/Project/SyncMotor.h
new file mode 100644
index 0000000..ab7a1ac
--- /dev/null
+++ b/Project/SyncMotor.h
@@ -0,0 +1,17 @@
+#ifndef SYNCMOTOR_H
+#define SYNCMOTOR_H
+
+#include "Machines.h"
+
+class SyncMotor : public Machines
+{
+public:
+ SyncMotor();
+ ~SyncMotor();
+
+ virtual void DrawSymbol() const;
+ virtual bool GetContextMenu(wxMenu& menu);
+
+};
+
+#endif // SYNCMOTOR_H