371 lines
16 KiB
XML
371 lines
16 KiB
XML
|
|
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
||
|
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_classbsp___increment___p_i_d" xml:lang="zh">
|
||
|
|
<title>bsp_Increment_PID类 参考</title>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary></indexterm>
|
||
|
|
<para>
|
||
|
|
|
||
|
|
<para>增量法为基础的PID算法 </para>
|
||
|
|
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
<computeroutput>#include <bsp_PID.h></computeroutput>
|
||
|
|
</para>
|
||
|
|
<simplesect>
|
||
|
|
<title>Public 成员函数 </title>
|
||
|
|
<itemizedlist>
|
||
|
|
<listitem><para><link linkend="_classbsp___increment___p_i_d_1a1dec336ee026d7e1148dfb68052055d2">bsp_Increment_PID</link> (void)</para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para><link linkend="_classbsp___increment___p_i_d_1a33b07a33c9ba2accc10a4bcf5a8b7be9">bsp_Increment_PID</link> (float <link linkend="_classbsp___increment___p_i_d_1a4bd6b08091f76f357da2dab404a3a97b">Kp</link>, float <link linkend="_classbsp___increment___p_i_d_1a368b2b2bd531ef46a9518889f9f07eec">Ki</link>, float <link linkend="_classbsp___increment___p_i_d_1acbe47a0c902698a6e11db1d0651a2627">Kd</link>, float <link linkend="_classbsp___increment___p_i_d_1a6f2142a4e99c8a6bd5b604fe53c8e6b1">target</link>, float <link linkend="_classbsp___increment___p_i_d_1a90bb2ca2ebe196b8063183336c63186a">result_H</link>, float <link linkend="_classbsp___increment___p_i_d_1a17d1546dc185ae482d4d7b72af1ac5cd">result_L</link>)</para>
|
||
|
|
|
||
|
|
<para>PID算法 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para><link linkend="_classbsp___increment___p_i_d_1a3eb46ef6d491464f9cc8bfdc0ded1155">~bsp_Increment_PID</link> (void)</para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>float <link linkend="_classbsp___increment___p_i_d_1a7f39310ecc4cd1f8029a6545bd37e0a9">PID</link> (float temp)</para>
|
||
|
|
|
||
|
|
<para>PID算法 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>void <link linkend="_classbsp___increment___p_i_d_1aa1cab8492ec6a289debfc215689d9b38">clean</link> (void)</para>
|
||
|
|
|
||
|
|
<para>清理历史数据 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>void <link linkend="_classbsp___increment___p_i_d_1aeddd6d60b615571d390653e9a958b2b4">set</link> (float P, float I, float D)</para>
|
||
|
|
|
||
|
|
<para>PID参数设置 </para>
|
||
|
|
</listitem>
|
||
|
|
</itemizedlist>
|
||
|
|
</simplesect>
|
||
|
|
<simplesect>
|
||
|
|
<title>Public 属性 </title>
|
||
|
|
<itemizedlist>
|
||
|
|
<listitem><para>float <link linkend="_classbsp___increment___p_i_d_1a6f2142a4e99c8a6bd5b604fe53c8e6b1">target</link></para>
|
||
|
|
|
||
|
|
<para>设定值 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>float <link linkend="_classbsp___increment___p_i_d_1a4bd6b08091f76f357da2dab404a3a97b">Kp</link></para>
|
||
|
|
|
||
|
|
<para>比例系数 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>float <link linkend="_classbsp___increment___p_i_d_1acbe47a0c902698a6e11db1d0651a2627">Kd</link></para>
|
||
|
|
|
||
|
|
<para>积分系数 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>float <link linkend="_classbsp___increment___p_i_d_1a368b2b2bd531ef46a9518889f9f07eec">Ki</link></para>
|
||
|
|
|
||
|
|
<para>微分系数 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>float <link linkend="_classbsp___increment___p_i_d_1a7e567c42a56682a0f24e39a92a562e40">result</link></para>
|
||
|
|
|
||
|
|
<para>输出值 </para>
|
||
|
|
</listitem>
|
||
|
|
</itemizedlist>
|
||
|
|
</simplesect>
|
||
|
|
<simplesect>
|
||
|
|
<title>Private 属性 </title>
|
||
|
|
<itemizedlist>
|
||
|
|
<listitem><para>float <link linkend="_classbsp___increment___p_i_d_1aaf7c047c9aa963bb6b7524fd8fc6242b">lasterror</link></para>
|
||
|
|
|
||
|
|
<para>前一拍偏差 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>float <link linkend="_classbsp___increment___p_i_d_1a8df6076b4bb4d4d1e4c7ee2777defb82">preerror</link></para>
|
||
|
|
|
||
|
|
<para>前两拍偏差 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>float <link linkend="_classbsp___increment___p_i_d_1a90bb2ca2ebe196b8063183336c63186a">result_H</link></para>
|
||
|
|
|
||
|
|
<para>输出最高值 </para>
|
||
|
|
</listitem>
|
||
|
|
<listitem><para>float <link linkend="_classbsp___increment___p_i_d_1a17d1546dc185ae482d4d7b72af1ac5cd">result_L</link></para>
|
||
|
|
|
||
|
|
<para>输出最低值 </para>
|
||
|
|
</listitem>
|
||
|
|
</itemizedlist>
|
||
|
|
</simplesect>
|
||
|
|
<section>
|
||
|
|
<title>详细描述</title>
|
||
|
|
|
||
|
|
<para>增量法为基础的PID算法 </para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8h_source">bsp_PID.h</link> 第 <link linkend="_bsp___p_i_d_8h_source_1l00073">73</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<title>构造及析构函数说明</title>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a1dec336ee026d7e1148dfb68052055d2"/><section>
|
||
|
|
<title>bsp_Increment_PID()<computeroutput>[1/2]</computeroutput></title>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<para><computeroutput>bsp_Increment_PID::bsp_Increment_PID (void )</computeroutput></para><para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8cpp_source">bsp_PID.cpp</link> 第 <link linkend="_bsp___p_i_d_8cpp_source_1l00171">171</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a33b07a33c9ba2accc10a4bcf5a8b7be9"/><section>
|
||
|
|
<title>bsp_Increment_PID()<computeroutput>[2/2]</computeroutput></title>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<para><computeroutput>bsp_Increment_PID::bsp_Increment_PID (float Kp, float Ki, float Kd, float target, float result_H, float result_L)</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>PID算法 </para>
|
||
|
|
</para>
|
||
|
|
|
||
|
|
<para>
|
||
|
|
<formalpara>
|
||
|
|
<title>
|
||
|
|
参数</title>
|
||
|
|
<para>
|
||
|
|
<table frame="all">
|
||
|
|
<tgroup cols="2" align="left" colsep="1" rowsep="1">
|
||
|
|
<colspec colwidth="1*"/>
|
||
|
|
<colspec colwidth="4*"/>
|
||
|
|
<tbody>
|
||
|
|
<row>
|
||
|
|
<entry>Kp</entry><entry>
|
||
|
|
<para>P参数 </para>
|
||
|
|
</entry>
|
||
|
|
</row>
|
||
|
|
<row>
|
||
|
|
<entry>Ki</entry><entry>
|
||
|
|
<para>I参数 </para>
|
||
|
|
</entry>
|
||
|
|
</row>
|
||
|
|
<row>
|
||
|
|
<entry>Kd</entry><entry>
|
||
|
|
<para>D参数 </para>
|
||
|
|
</entry>
|
||
|
|
</row>
|
||
|
|
<row>
|
||
|
|
<entry>target</entry><entry>
|
||
|
|
<para>目标值 </para>
|
||
|
|
</entry>
|
||
|
|
</row>
|
||
|
|
<row>
|
||
|
|
<entry>result_H</entry><entry>
|
||
|
|
<para>输出最大值 </para>
|
||
|
|
</entry>
|
||
|
|
</row>
|
||
|
|
<row>
|
||
|
|
<entry>result_L</entry><entry>
|
||
|
|
<para>输出最小值 </para>
|
||
|
|
</entry>
|
||
|
|
</row>
|
||
|
|
</tbody>
|
||
|
|
</tgroup>
|
||
|
|
</table>
|
||
|
|
</para>
|
||
|
|
</formalpara>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8cpp_source">bsp_PID.cpp</link> 第 <link linkend="_bsp___p_i_d_8cpp_source_1l00192">192</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a3eb46ef6d491464f9cc8bfdc0ded1155"/><section>
|
||
|
|
<title>~bsp_Increment_PID()</title>
|
||
|
|
<indexterm><primary>~bsp_Increment_PID</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>~bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<para><computeroutput>bsp_Increment_PID::~bsp_Increment_PID (void )</computeroutput></para><para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8cpp_source">bsp_PID.cpp</link> 第 <link linkend="_bsp___p_i_d_8cpp_source_1l00206">206</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<title>成员函数说明</title>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1aa1cab8492ec6a289debfc215689d9b38"/><section>
|
||
|
|
<title>clean()</title>
|
||
|
|
<indexterm><primary>clean</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>clean</secondary></indexterm>
|
||
|
|
<para><computeroutput>void bsp_Increment_PID::clean (void )</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>清理历史数据 </para>
|
||
|
|
</para>
|
||
|
|
|
||
|
|
<para><formalpara><title>返回</title>
|
||
|
|
|
||
|
|
<para>清除PID运算数据 </para>
|
||
|
|
</formalpara>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8cpp_source">bsp_PID.cpp</link> 第 <link linkend="_bsp___p_i_d_8cpp_source_1l00106">106</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a7f39310ecc4cd1f8029a6545bd37e0a9"/><section>
|
||
|
|
<title>PID()</title>
|
||
|
|
<indexterm><primary>PID</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>PID</secondary></indexterm>
|
||
|
|
<para><computeroutput>float bsp_Increment_PID::PID (float temp)</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>PID算法 </para>
|
||
|
|
</para>
|
||
|
|
|
||
|
|
<para>
|
||
|
|
<formalpara>
|
||
|
|
<title>
|
||
|
|
参数</title>
|
||
|
|
<para>
|
||
|
|
<table frame="all">
|
||
|
|
<tgroup cols="2" align="left" colsep="1" rowsep="1">
|
||
|
|
<colspec colwidth="1*"/>
|
||
|
|
<colspec colwidth="4*"/>
|
||
|
|
<tbody>
|
||
|
|
<row>
|
||
|
|
<entry>temp</entry><entry>
|
||
|
|
<para>目前变量 </para>
|
||
|
|
</entry>
|
||
|
|
</row>
|
||
|
|
</tbody>
|
||
|
|
</tgroup>
|
||
|
|
</table>
|
||
|
|
</para>
|
||
|
|
</formalpara>
|
||
|
|
<formalpara><title>返回</title>
|
||
|
|
|
||
|
|
<para>返回调整量 </para>
|
||
|
|
</formalpara>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8cpp_source">bsp_PID.cpp</link> 第 <link linkend="_bsp___p_i_d_8cpp_source_1l00069">69</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1aeddd6d60b615571d390653e9a958b2b4"/><section>
|
||
|
|
<title>set()</title>
|
||
|
|
<indexterm><primary>set</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>set</secondary></indexterm>
|
||
|
|
<para><computeroutput>void bsp_Increment_PID::set (float P, float I, float D)</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>PID参数设置 </para>
|
||
|
|
</para>
|
||
|
|
|
||
|
|
<para>
|
||
|
|
<formalpara>
|
||
|
|
<title>
|
||
|
|
参数</title>
|
||
|
|
<para>
|
||
|
|
<table frame="all">
|
||
|
|
<tgroup cols="2" align="left" colsep="1" rowsep="1">
|
||
|
|
<colspec colwidth="1*"/>
|
||
|
|
<colspec colwidth="4*"/>
|
||
|
|
<tbody>
|
||
|
|
<row>
|
||
|
|
<entry>P</entry><entry>
|
||
|
|
<para>P参数 </para>
|
||
|
|
</entry>
|
||
|
|
</row>
|
||
|
|
<row>
|
||
|
|
<entry>I</entry><entry>
|
||
|
|
<para>I参数 </para>
|
||
|
|
</entry>
|
||
|
|
</row>
|
||
|
|
<row>
|
||
|
|
<entry>D</entry><entry>
|
||
|
|
<para>D参数 </para>
|
||
|
|
</entry>
|
||
|
|
</row>
|
||
|
|
</tbody>
|
||
|
|
</tgroup>
|
||
|
|
</table>
|
||
|
|
</para>
|
||
|
|
</formalpara>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8cpp_source">bsp_PID.cpp</link> 第 <link linkend="_bsp___p_i_d_8cpp_source_1l00128">128</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<title>类成员变量说明</title>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1acbe47a0c902698a6e11db1d0651a2627"/><section>
|
||
|
|
<title>Kd</title>
|
||
|
|
<indexterm><primary>Kd</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>Kd</secondary></indexterm>
|
||
|
|
<para><computeroutput>float bsp_Increment_PID::Kd</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>积分系数 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8h_source">bsp_PID.h</link> 第 <link linkend="_bsp___p_i_d_8h_source_1l00087">87</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a368b2b2bd531ef46a9518889f9f07eec"/><section>
|
||
|
|
<title>Ki</title>
|
||
|
|
<indexterm><primary>Ki</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>Ki</secondary></indexterm>
|
||
|
|
<para><computeroutput>float bsp_Increment_PID::Ki</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>微分系数 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8h_source">bsp_PID.h</link> 第 <link linkend="_bsp___p_i_d_8h_source_1l00088">88</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a4bd6b08091f76f357da2dab404a3a97b"/><section>
|
||
|
|
<title>Kp</title>
|
||
|
|
<indexterm><primary>Kp</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>Kp</secondary></indexterm>
|
||
|
|
<para><computeroutput>float bsp_Increment_PID::Kp</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>比例系数 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8h_source">bsp_PID.h</link> 第 <link linkend="_bsp___p_i_d_8h_source_1l00086">86</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1aaf7c047c9aa963bb6b7524fd8fc6242b"/><section>
|
||
|
|
<title>lasterror</title>
|
||
|
|
<indexterm><primary>lasterror</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>lasterror</secondary></indexterm>
|
||
|
|
<para><computeroutput>float bsp_Increment_PID::lasterror<computeroutput>[private]</computeroutput></computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>前一拍偏差 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8h_source">bsp_PID.h</link> 第 <link linkend="_bsp___p_i_d_8h_source_1l00091">91</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a8df6076b4bb4d4d1e4c7ee2777defb82"/><section>
|
||
|
|
<title>preerror</title>
|
||
|
|
<indexterm><primary>preerror</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>preerror</secondary></indexterm>
|
||
|
|
<para><computeroutput>float bsp_Increment_PID::preerror<computeroutput>[private]</computeroutput></computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>前两拍偏差 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8h_source">bsp_PID.h</link> 第 <link linkend="_bsp___p_i_d_8h_source_1l00092">92</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a7e567c42a56682a0f24e39a92a562e40"/><section>
|
||
|
|
<title>result</title>
|
||
|
|
<indexterm><primary>result</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>result</secondary></indexterm>
|
||
|
|
<para><computeroutput>float bsp_Increment_PID::result</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>输出值 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8h_source">bsp_PID.h</link> 第 <link linkend="_bsp___p_i_d_8h_source_1l00089">89</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a90bb2ca2ebe196b8063183336c63186a"/><section>
|
||
|
|
<title>result_H</title>
|
||
|
|
<indexterm><primary>result_H</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>result_H</secondary></indexterm>
|
||
|
|
<para><computeroutput>float bsp_Increment_PID::result_H<computeroutput>[private]</computeroutput></computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>输出最高值 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8h_source">bsp_PID.h</link> 第 <link linkend="_bsp___p_i_d_8h_source_1l00094">94</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a17d1546dc185ae482d4d7b72af1ac5cd"/><section>
|
||
|
|
<title>result_L</title>
|
||
|
|
<indexterm><primary>result_L</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>result_L</secondary></indexterm>
|
||
|
|
<para><computeroutput>float bsp_Increment_PID::result_L<computeroutput>[private]</computeroutput></computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>输出最低值 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8h_source">bsp_PID.h</link> 第 <link linkend="_bsp___p_i_d_8h_source_1l00095">95</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<anchor xml:id="_classbsp___increment___p_i_d_1a6f2142a4e99c8a6bd5b604fe53c8e6b1"/><section>
|
||
|
|
<title>target</title>
|
||
|
|
<indexterm><primary>target</primary><secondary>bsp_Increment_PID</secondary></indexterm>
|
||
|
|
<indexterm><primary>bsp_Increment_PID</primary><secondary>target</secondary></indexterm>
|
||
|
|
<para><computeroutput>float bsp_Increment_PID::target</computeroutput></para><para>
|
||
|
|
|
||
|
|
<para>设定值 </para>
|
||
|
|
</para>
|
||
|
|
<para>
|
||
|
|
在文件 <link linkend="_bsp___p_i_d_8h_source">bsp_PID.h</link> 第 <link linkend="_bsp___p_i_d_8h_source_1l00085">85</link> 行定义.</para>
|
||
|
|
</section>
|
||
|
|
<para>
|
||
|
|
该类的文档由以下文件生成:</para>
|
||
|
|
D:/gitt/MicrochipFor32/bsp_Device/<link linkend="_bsp___p_i_d_8h">bsp_PID.h</link>D:/gitt/MicrochipFor32/bsp_Device/<link linkend="_bsp___p_i_d_8cpp">bsp_PID.cpp</link></section>
|
||
|
|
</section>
|