root/doc/xml/regulace_8h.xml @ 269

Revision 187, 7.6 kB (checked in by smidl, 16 years ago)

doc

Line 
1<?xml version='1.0' encoding='UTF-8' standalone='no'?>
2<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.5.6">
3  <compounddef id="regulace_8h" kind="file">
4    <compoundname>regulace.h</compoundname>
5    <includedby refid="regulace_8cpp" local="yes">work/git/mixpp/pmsm/simulator_zdenek/regulace.cpp</includedby>
6    <includedby refid="simulator_8cpp" local="yes">work/git/mixpp/pmsm/simulator_zdenek/simulator.cpp</includedby>
7      <sectiondef kind="func">
8      <memberdef kind="function" id="regulace_8h_1f1ab9d3fe7fb20fb6b2e7585725e72ea" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
9        <type>void</type>
10        <definition>void init_regulace</definition>
11        <argsstring>(double Ls, double Fpm, double kp, double p, double TV)</argsstring>
12        <name>init_regulace</name>
13        <param>
14          <type>double</type>
15          <declname>Ls</declname>
16        </param>
17        <param>
18          <type>double</type>
19          <declname>Fpm</declname>
20        </param>
21        <param>
22          <type>double</type>
23          <declname>kp</declname>
24        </param>
25        <param>
26          <type>double</type>
27          <declname>p</declname>
28        </param>
29        <param>
30          <type>double</type>
31          <declname>TV</declname>
32        </param>
33        <briefdescription>
34        </briefdescription>
35        <detaileddescription>
36        </detaileddescription>
37        <inbodydescription>
38        </inbodydescription>
39        <location file="/home/smidl/work/git/mixpp/pmsm/simulator_zdenek/regulace.h" line="13"/>
40      </memberdef>
41      <memberdef kind="function" id="regulace_8h_171d09500b31dfce56234053b946cbf34" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
42        <type>void</type>
43        <definition>void vektor_regulace</definition>
44        <argsstring>(double Idw, double Iqw, double Urm_max, double Ww, double *u, double Isx, double Isy, double theta, double rychlost, double Ucn_2, double Uc, double Ucn, unsigned int rezim)</argsstring>
45        <name>vektor_regulace</name>
46        <param>
47          <type>double</type>
48          <declname>Idw</declname>
49        </param>
50        <param>
51          <type>double</type>
52          <declname>Iqw</declname>
53        </param>
54        <param>
55          <type>double</type>
56          <declname>Urm_max</declname>
57        </param>
58        <param>
59          <type>double</type>
60          <declname>Ww</declname>
61        </param>
62        <param>
63          <type>double *</type>
64          <declname>u</declname>
65        </param>
66        <param>
67          <type>double</type>
68          <declname>Isx</declname>
69        </param>
70        <param>
71          <type>double</type>
72          <declname>Isy</declname>
73        </param>
74        <param>
75          <type>double</type>
76          <declname>theta</declname>
77        </param>
78        <param>
79          <type>double</type>
80          <declname>rychlost</declname>
81        </param>
82        <param>
83          <type>double</type>
84          <declname>Ucn_2</declname>
85        </param>
86        <param>
87          <type>double</type>
88          <declname>Uc</declname>
89        </param>
90        <param>
91          <type>double</type>
92          <declname>Ucn</declname>
93        </param>
94        <param>
95          <type>unsigned int</type>
96          <declname>rezim</declname>
97        </param>
98        <briefdescription>
99        </briefdescription>
100        <detaileddescription>
101        </detaileddescription>
102        <inbodydescription>
103        </inbodydescription>
104        <location file="/home/smidl/work/git/mixpp/pmsm/simulator_zdenek/regulace.h" line="14"/>
105      </memberdef>
106      </sectiondef>
107    <briefdescription>
108    </briefdescription>
109    <detaileddescription>
110    </detaileddescription>
111    <programlisting>
112<codeline lineno="1"><highlight class="comment">/********************************************</highlight></codeline>
113<codeline lineno="2"><highlight class="comment"></highlight></codeline>
114<codeline lineno="3"><highlight class="comment"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>Vector<sp/>control<sp/>of<sp/>PMSM<sp/>Drive</highlight></codeline>
115<codeline lineno="4"><highlight class="comment"></highlight></codeline>
116<codeline lineno="5"><highlight class="comment"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>Control<sp/>-<sp/>floating<sp/>point</highlight></codeline>
117<codeline lineno="6"><highlight class="comment"></highlight></codeline>
118<codeline lineno="7"><highlight class="comment"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>Z.<sp/>Peroutka</highlight></codeline>
119<codeline lineno="8"><highlight class="comment"></highlight></codeline>
120<codeline lineno="9"><highlight class="comment">Rev.<sp/>16.3.2008</highlight></codeline>
121<codeline lineno="10"><highlight class="comment"></highlight></codeline>
122<codeline lineno="11"><highlight class="comment">*********************************************/</highlight><highlight class="normal"></highlight></codeline>
123<codeline lineno="12"><highlight class="normal"></highlight></codeline>
124<codeline lineno="13"><highlight class="normal"></highlight><highlight class="keyword">extern</highlight><highlight class="normal"><sp/></highlight><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>init_regulace(</highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Ls,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Fpm,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>kp,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>p,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>TV);</highlight></codeline>
125<codeline lineno="14"><highlight class="normal"></highlight><highlight class="keyword">extern</highlight><highlight class="normal"><sp/></highlight><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>vektor_regulace(</highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Idw,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Iqw,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Urm_max,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Ww,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>*u,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Isx,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Isy,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>theta,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>rychlost,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Ucn_2,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Uc,<sp/></highlight><highlight class="keywordtype">double</highlight><highlight class="normal"><sp/>Ucn,<sp/></highlight><highlight class="keywordtype">unsigned</highlight><highlight class="normal"><sp/></highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/>rezim);</highlight></codeline>
126<codeline lineno="15"><highlight class="normal"></highlight></codeline>
127    </programlisting>
128    <location file="/home/smidl/work/git/mixpp/pmsm/simulator_zdenek/regulace.h"/>
129  </compounddef>
130</doxygen>
Note: See TracBrowser for help on using the browser.