2022-11-08 01:47:39 +08:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh">
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
|
|
|
<meta name="generator" content="Doxygen 1.9.5"/>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
|
<title>XerolySkinnerBscpp: D:/gitt/MicrochipFor32/bscpp_System/vartable.h 文件参考</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="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 id="projectrow">
|
|
|
|
|
<td id="projectalign">
|
|
|
|
|
<div id="projectname">XerolySkinnerBscpp<span id="projectnumber"> 1.0.0</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="projectbrief">C++版本的驱动库</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end header part -->
|
|
|
|
|
<!-- 制作者 Doxygen 1.9.5 -->
|
|
|
|
|
<div id="navrow1" class="tabs">
|
|
|
|
|
<ul class="tablist">
|
|
|
|
|
<li><a href="index.html"><span>首页</span></a></li>
|
|
|
|
|
<li><a href="pages.html"><span>相关页面</span></a></li>
|
|
|
|
|
<li><a href="modules.html"><span>模块</span></a></li>
|
|
|
|
|
<li><a href="annotated.html"><span>类</span></a></li>
|
|
|
|
|
<li class="current"><a href="files.html"><span>文件</span></a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="navrow2" class="tabs2">
|
|
|
|
|
<ul class="tablist">
|
|
|
|
|
<li><a href="files.html"><span>文件列表</span></a></li>
|
|
|
|
|
<li><a href="globals.html"><span>文件成员</span></a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="nav-path" class="navpath">
|
|
|
|
|
<ul>
|
2022-11-10 03:34:52 +08:00
|
|
|
<li class="navelem"><a class="el" href="dir_3bfaf0217183ded7409ebd120766862d.html">gitt</a></li><li class="navelem"><a class="el" href="dir_876bb78db91ff67e2b56e1228af3574e.html">MicrochipFor32</a></li><li class="navelem"><a class="el" href="dir_be0d12cdd89db7faae54308fa8a4fe48.html">bscpp_System</a></li> </ul>
|
2022-11-08 01:47:39 +08:00
|
|
|
</div>
|
|
|
|
|
</div><!-- top -->
|
|
|
|
|
<div class="header">
|
|
|
|
|
<div class="summary">
|
|
|
|
|
<a href="#func-members">函数</a> </div>
|
|
|
|
|
<div class="headertitle"><div class="title">vartable.h 文件参考</div></div>
|
|
|
|
|
</div><!--header-->
|
|
|
|
|
<div class="contents">
|
|
|
|
|
|
|
|
|
|
<p>全局向量在此生成
|
|
|
|
|
<a href="#details">更多...</a></p>
|
|
|
|
|
<div class="textblock"><code>#include "<a class="el" href="_user_8h_source.html">User.h</a>"</code><br />
|
|
|
|
|
<code>#include "<a class="el" href="varint_8h_source.html">varint.h</a>"</code><br />
|
|
|
|
|
<code>#include "main.h"</code><br />
|
|
|
|
|
<code>#include "gpio.h"</code><br />
|
|
|
|
|
<code>#include "stdio.h"</code><br />
|
|
|
|
|
<code>#include "<a class="el" href="bscpp___i_i_c_8h_source.html">bscpp_IIC.h</a>"</code><br />
|
|
|
|
|
<code>#include "<a class="el" href="bscpp___i_i_c___s_t_m32_8h_source.html">bscpp_IIC_STM32.h</a>"</code><br />
|
|
|
|
|
<code>#include "<a class="el" href="bscpp___s_t_m32___o_l_e_d_8h_source.html">bscpp_STM32_OLED.h</a>"</code><br />
|
|
|
|
|
<code>#include "<a class="el" href="bscpp___a_t24_c00_8h_source.html">bscpp_AT24C00.h</a>"</code><br />
|
2022-11-10 03:44:49 +08:00
|
|
|
<code>#include "<a class="el" href="_s_t_l___queue_8h_source.html">STL_Queue.h</a>"</code><br />
|
|
|
|
|
<code>#include "<a class="el" href="_s_t_l___stack_8h_source.html">STL_Stack.h</a>"</code><br />
|
2022-11-08 01:47:39 +08:00
|
|
|
</div><div class="textblock"><div class="dynheader">
|
|
|
|
|
vartable.h 的引用(Include)关系图:</div>
|
|
|
|
|
<div class="dyncontent">
|
|
|
|
|
<div class="center"><img src="vartable_8h__incl.png" border="0" usemap="#a_d_1_2gitt_2_microchip_for32_2bscpp___system_2vartable_8h" alt=""/></div>
|
|
|
|
|
<map name="a_d_1_2gitt_2_microchip_for32_2bscpp___system_2vartable_8h" id="a_d_1_2gitt_2_microchip_for32_2bscpp___system_2vartable_8h">
|
2022-11-10 03:44:49 +08:00
|
|
|
<area shape="rect" title="全局向量在此生成" alt="" coords="455,5,627,45"/>
|
2022-11-08 01:47:39 +08:00
|
|
|
<area shape="rect" href="_user_8h.html" title="用户设置信息" alt="" coords="5,93,65,119"/>
|
2022-11-10 03:44:49 +08:00
|
|
|
<area shape="rect" href="varint_8h.html" title=" " alt="" coords="441,313,504,339"/>
|
|
|
|
|
<area shape="rect" title=" " alt="" coords="877,93,938,119"/>
|
|
|
|
|
<area shape="rect" title=" " alt="" coords="511,240,568,265"/>
|
|
|
|
|
<area shape="rect" title=" " alt="" coords="962,93,1023,119"/>
|
|
|
|
|
<area shape="rect" href="bscpp___i_i_c_8h.html" title="本类实现软件IIC功能 依此类派生出其他软件IIC功能" alt="" coords="294,240,385,265"/>
|
|
|
|
|
<area shape="rect" href="bscpp___i_i_c___s_t_m32_8h.html" title="实现针对STM32的软件IIC类" alt="" coords="295,167,434,192"/>
|
|
|
|
|
<area shape="rect" href="bscpp___s_t_m32___o_l_e_d_8h.html" title=" " alt="" coords="344,93,503,119"/>
|
|
|
|
|
<area shape="rect" href="bscpp___a_t24_c00_8h.html" title="本类实现AT24C00的通讯" alt="" coords="90,93,218,119"/>
|
|
|
|
|
<area shape="rect" href="_s_t_l___queue_8h.html" title="实现了STL库中的Queue" alt="" coords="578,93,679,119"/>
|
|
|
|
|
<area shape="rect" href="_s_t_l___stack_8h.html" title="实现了STL库中的Stack" alt="" coords="704,93,801,119"/>
|
|
|
|
|
<area shape="rect" title=" " alt="" coords="440,387,505,412"/>
|
|
|
|
|
<area shape="rect" title=" " alt="" coords="646,167,710,192"/>
|
2022-11-08 01:47:39 +08:00
|
|
|
</map>
|
|
|
|
|
</div>
|
|
|
|
|
</div><div class="textblock"><div class="dynheader">
|
|
|
|
|
此图展示该文件直接或间接的被哪些文件引用了:</div>
|
|
|
|
|
<div class="dyncontent">
|
|
|
|
|
<div class="center"><img src="vartable_8h__dep__incl.png" border="0" usemap="#a_d_1_2gitt_2_microchip_for32_2bscpp___system_2vartable_8hdep" alt=""/></div>
|
|
|
|
|
<map name="a_d_1_2gitt_2_microchip_for32_2bscpp___system_2vartable_8hdep" id="a_d_1_2gitt_2_microchip_for32_2bscpp___system_2vartable_8hdep">
|
|
|
|
|
<area shape="rect" title="全局向量在此生成" alt="" coords="243,5,415,45"/>
|
|
|
|
|
<area shape="rect" href="_callback_8cpp.html" title="全局中断在此实现" alt="" coords="5,93,197,133"/>
|
|
|
|
|
<area shape="rect" href="_main_system_8cpp.html" title="实现了一个C++库针对单片机开发" alt="" coords="222,93,437,133"/>
|
|
|
|
|
<area shape="rect" href="vartable_8cpp.html" title="全局向量在此生成" alt="" coords="461,93,648,133"/>
|
|
|
|
|
</map>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<p><a href="vartable_8h_source.html">浏览源代码.</a></p>
|
|
|
|
|
<table class="memberdecls">
|
|
|
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
|
|
|
|
|
函数</h2></td></tr>
|
|
|
|
|
<tr class="memitem:a848c96750b960675b1bd032c1c2725e5"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="vartable_8h.html#a848c96750b960675b1bd032c1c2725e5">MainInit</a> (void)</td></tr>
|
|
|
|
|
<tr class="memdesc:a848c96750b960675b1bd032c1c2725e5"><td class="mdescLeft"> </td><td class="mdescRight">初始化步骤的首部 <a href="vartable_8h.html#a848c96750b960675b1bd032c1c2725e5">更多...</a><br /></td></tr>
|
|
|
|
|
<tr class="separator:a848c96750b960675b1bd032c1c2725e5"><td class="memSeparator" colspan="2"> </td></tr>
|
|
|
|
|
<tr class="memitem:af89e02f2d993332a8dea8fef6b78a7bc"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="vartable_8h.html#af89e02f2d993332a8dea8fef6b78a7bc">MainSystem</a> (void)</td></tr>
|
|
|
|
|
<tr class="memdesc:af89e02f2d993332a8dea8fef6b78a7bc"><td class="mdescLeft"> </td><td class="mdescRight">循环主程序函数 <a href="vartable_8h.html#af89e02f2d993332a8dea8fef6b78a7bc">更多...</a><br /></td></tr>
|
|
|
|
|
<tr class="separator:af89e02f2d993332a8dea8fef6b78a7bc"><td class="memSeparator" colspan="2"> </td></tr>
|
|
|
|
|
</table>
|
|
|
|
|
<a name="details" id="details"></a><h2 class="groupheader">详细描述</h2>
|
|
|
|
|
<div class="textblock"><p >全局向量在此生成 </p>
|
|
|
|
|
|
|
|
|
|
<p class="definition">在文件 <a class="el" href="vartable_8h_source.html">vartable.h</a> 中定义.</p>
|
|
|
|
|
</div><h2 class="groupheader">函数说明</h2>
|
|
|
|
|
<a id="a848c96750b960675b1bd032c1c2725e5" name="a848c96750b960675b1bd032c1c2725e5"></a>
|
|
|
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a848c96750b960675b1bd032c1c2725e5">◆ </a></span>MainInit()</h2>
|
|
|
|
|
|
|
|
|
|
<div class="memitem">
|
|
|
|
|
<div class="memproto">
|
|
|
|
|
<table class="memname">
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="memname">void MainInit </td>
|
|
|
|
|
<td>(</td>
|
|
|
|
|
<td class="paramtype">void </td>
|
|
|
|
|
<td class="paramname"></td><td>)</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div><div class="memdoc">
|
|
|
|
|
|
|
|
|
|
<p>初始化步骤的首部 </p>
|
|
|
|
|
<dl class="section note"><dt>注解</dt><dd>在MX生成的main中,进入循环前放置本函数 </dd></dl>
|
|
|
|
|
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000004">待办事项:</a></b></dt><dd>在此处填写初始化程序 </dd></dl>
|
|
|
|
|
|
|
|
|
|
<p class="definition">在文件 <a class="el" href="_main_system_8cpp_source.html">MainSystem.cpp</a> 第 <a class="el" href="_main_system_8cpp_source.html#l00047">47</a> 行定义.</p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<a id="af89e02f2d993332a8dea8fef6b78a7bc" name="af89e02f2d993332a8dea8fef6b78a7bc"></a>
|
|
|
|
|
<h2 class="memtitle"><span class="permalink"><a href="#af89e02f2d993332a8dea8fef6b78a7bc">◆ </a></span>MainSystem()</h2>
|
|
|
|
|
|
|
|
|
|
<div class="memitem">
|
|
|
|
|
<div class="memproto">
|
|
|
|
|
<table class="memname">
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="memname">void MainSystem </td>
|
|
|
|
|
<td>(</td>
|
|
|
|
|
<td class="paramtype">void </td>
|
|
|
|
|
<td class="paramname"></td><td>)</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div><div class="memdoc">
|
|
|
|
|
|
|
|
|
|
<p>循环主程序函数 </p>
|
|
|
|
|
<dl class="section note"><dt>注解</dt><dd>在MX生成的main中,进入循环后放置本函数 </dd></dl>
|
|
|
|
|
<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000005">待办事项:</a></b></dt><dd>在此处填写主进程程序 </dd></dl>
|
|
|
|
|
|
|
|
|
|
<p class="definition">在文件 <a class="el" href="_main_system_8cpp_source.html">MainSystem.cpp</a> 第 <a class="el" href="_main_system_8cpp_source.html#l00056">56</a> 行定义.</p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div><!-- contents -->
|
|
|
|
|
<!-- start footer part -->
|
|
|
|
|
<hr class="footer"/><address class="footer"><small>
|
|
|
|
|
制作者 <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
|
|
|
|
|
</small></address>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|