1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
|
<!-- HTML header for doxygen 1.8.13-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Power System Platform: Project/ControlElement.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logoHeader.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Power System Platform
 <span id="projectnumber">2018w15a</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_ffd1f789ec7bd0a45fc6ad92579c5070.html">Project</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">ControlElement.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Base class of a control element. Provide general methods to other control classes.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include "<a class="el" href="_element_8h.html">Element.h</a>"</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for ControlElement.h:</div>
<div class="dyncontent">
<div class="center"><img src="_control_element_8h__incl.png" border="0" usemap="#_project_2_control_element_8h" alt=""/></div>
<map name="_project_2_control_element_8h" id="_project_2_control_element_8h">
<area shape="rect" id="node2" href="_element_8h.html" title="Element.h" alt="" coords="491,80,572,107"/>
<area shape="rect" id="node11" href="_x_m_l_parser_8h.html" title="XMLParser.h" alt="" coords="917,155,1013,181"/>
</map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="_control_element_8h__dep__incl.png" border="0" usemap="#_project_2_control_element_8hdep" alt=""/></div>
<map name="_project_2_control_element_8hdep" id="_project_2_control_element_8hdep">
<area shape="rect" id="node2" href="_connection_line_8h.html" title="Project/ConnectionLine.h" alt="" coords="5,155,172,181"/>
<area shape="rect" id="node5" href="_constant_8h.html" title="Project/Constant.h" alt="" coords="197,155,327,181"/>
<area shape="rect" id="node6" href="_i_o_control_8h.html" title="Project/IOControl.h" alt="" coords="1451,80,1583,107"/>
<area shape="rect" id="node11" href="_math_operation_8h.html" title="Project/MathOperation.h" alt="" coords="329,80,491,107"/>
<area shape="rect" id="node14" href="_exponential_8h.html" title="Project/Exponential.h" alt="" coords="647,155,794,181"/>
<area shape="rect" id="node15" href="_gain_8h.html" title="Project/Gain.h" alt="" coords="819,155,924,181"/>
<area shape="rect" id="node16" href="_limiter_8h.html" title="Project/Limiter.h" alt="" coords="617,80,734,107"/>
<area shape="rect" id="node17" href="_rate_limiter_8h.html" title="Project/RateLimiter.h" alt="" coords="758,80,902,107"/>
<area shape="rect" id="node18" href="_sum_8h.html" title="Project/Sum.h" alt="" coords="927,80,1032,107"/>
<area shape="rect" id="node19" href="_transfer_function_8h.html" title="Project/TransferFunction.h" alt="" coords="1056,80,1231,107"/>
<area shape="rect" id="node20" href="_math_expression_8h.html" title="Project/MathExpression.h" alt="" coords="1255,80,1427,107"/>
<area shape="rect" id="node3" href="_control_element_container_8h.html" title="Project/ControlElementContainer.h" alt="" coords="851,229,1073,256"/>
<area shape="rect" id="node4" href="_file_handing_8h.html" title="Project/FileHanding.h" alt="" coords="1087,304,1234,331"/>
<area shape="rect" id="node7" href="_control_editor_8h.html" title="Project/ControlEditor.h" alt="" coords="1256,155,1409,181"/>
<area shape="rect" id="node10" href="_i_o_control_form_8h.html" title="Project/IOControlForm.h" alt="" coords="1435,155,1598,181"/>
<area shape="rect" id="node8" href="_workspace_8h.html" title="Project/Workspace.h" alt="" coords="1261,229,1405,256"/>
<area shape="rect" id="node9" href="_element_data_object_8h.html" title="Project/ElementDataObject.h" alt="" coords="1259,304,1449,331"/>
<area shape="rect" id="node12" href="_divider_8h.html" title="Project/Divider.h" alt="" coords="352,155,468,181"/>
<area shape="rect" id="node13" href="_multiplier_8h.html" title="Project/Multiplier.h" alt="" coords="493,155,623,181"/>
</map>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_node.html">Node</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="class_node.html" title="Node of a control element. This class manages the user interaction with the connection and control el...">Node</a> of a control element. This class manages the user interaction with the connection and control elements. <a href="class_node.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_control_element.html">ControlElement</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Base class of a control element. Provide general methods to other control classes. </p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|