summaryrefslogtreecommitdiffstats
path: root/Project/IOControl.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-04 17:03:19 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-04 17:03:19 -0300
commit412ddd0fa4a6e32651619897c8606d4cbaaa1ffa (patch)
treed93249ee4a8e32668d497bc6675fbb42b93d0f2c /Project/IOControl.h
parent7ade1da522d642fa5f7a38e62d0e865733ef1afe (diff)
downloadPSP.git-412ddd0fa4a6e32651619897c8606d4cbaaa1ffa.tar.gz
PSP.git-412ddd0fa4a6e32651619897c8606d4cbaaa1ffa.tar.xz
PSP.git-412ddd0fa4a6e32651619897c8606d4cbaaa1ffa.zip
Control solver class created
Just the basics methods implemented
Diffstat (limited to 'Project/IOControl.h')
-rw-r--r--Project/IOControl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/IOControl.h b/Project/IOControl.h
index 7b3f4d0..8a7666f 100644
--- a/Project/IOControl.h
+++ b/Project/IOControl.h
@@ -35,6 +35,7 @@ class IOControl : public ControlElement
virtual IOFlags GetValue() const { return m_value; }
virtual void SetValue(IOFlags value);
virtual int GetIOFlags() const { return m_ioFlags; }
+ virtual Node::NodeType GetType() { return m_ioNodeType; }
protected:
IOFlags m_value;