summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-20 17:22:47 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-20 17:22:47 -0300
commit30181ca0ae73f5f7f1856ac289db8fcf849c9a84 (patch)
tree4b8de3270f4157e6dfbce05bc404cbc29333e969 /Project/Workspace.h
parent7a556cd67b60f70b9779d298ee687f66c859a529 (diff)
downloadPSP.git-30181ca0ae73f5f7f1856ac289db8fcf849c9a84.tar.gz
PSP.git-30181ca0ae73f5f7f1856ac289db8fcf849c9a84.tar.xz
PSP.git-30181ca0ae73f5f7f1856ac289db8fcf849c9a84.zip
Electromechanical class and several methods implemented
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r--Project/Workspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h
index bf03a9e..f007b59 100644
--- a/Project/Workspace.h
+++ b/Project/Workspace.h
@@ -31,6 +31,7 @@ class Text;
class PowerFlow;
class Fault;
+class Electromechanical;
enum ElementID {
ID_BUS = 0,
@@ -110,6 +111,7 @@ public:
bool RunPowerFlow();
bool RunFault();
bool RunSCPower();
+ bool RunStability();
protected:
virtual void OnIdle(wxIdleEvent& event);