mirror of https://github.com/ArduPilot/ardupilot
93 lines
3.9 KiB
HTML
93 lines
3.9 KiB
HTML
<!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>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<title>ArduPilot Libraries: ntz.h File Reference</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javaScript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body onload='searchBox.OnSelectItem(0);'>
|
|
<!-- Generated by Doxygen 1.7.1 -->
|
|
<div class="navigation" id="top">
|
|
<div class="tabs">
|
|
<ul class="tablist">
|
|
<li><a href="main.html"><span>Main Page</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="tabs2">
|
|
<ul class="tablist">
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#define-members">Defines</a> </div>
|
|
<div class="headertitle">
|
|
<h1>ntz.h File Reference</h1> </div>
|
|
</div>
|
|
<div class="contents">
|
|
<div class="dynheader">
|
|
This graph shows which files directly or indirectly include this file:</div>
|
|
<div class="dyncontent">
|
|
<div class="center"><img src="ntz_8h__dep__incl.png" border="0" usemap="#ntz_8hdep" alt=""/></div>
|
|
<map name="ntz_8hdep" id="ntz_8hdep">
|
|
<area shape="rect" id="node3" href="vprintf_8cpp.html" title="vprintf.cpp" alt="" coords="5,83,93,112"/></map>
|
|
</div>
|
|
|
|
<p><a href="ntz_8h_source.html">Go to the source code of this file.</a></p>
|
|
<table class="memberdecls">
|
|
<tr><td colspan="2"><h2><a name="define-members"></a>
|
|
Defines</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="ntz_8h.html#a7498d7d85df9105a7ade7ee6abe30e4a">ntz</a>(x)</td></tr>
|
|
</table>
|
|
<hr/><h2>Define Documentation</h2>
|
|
<a class="anchor" id="a7498d7d85df9105a7ade7ee6abe30e4a"></a><!-- doxytag: member="ntz.h::ntz" ref="a7498d7d85df9105a7ade7ee6abe30e4a" args="(x)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">#define ntz</td>
|
|
<td>(</td>
|
|
<td class="paramtype"> </td>
|
|
<td class="paramname">x</td>
|
|
<td> ) </td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
<b>Value:</b><div class="fragment"><pre class="fragment">( (1 & (((x) & 1) == 0)) \
|
|
+ (1 & (((x) & 3) == 0)) \
|
|
+ (1 & (((x) & 7) == 0)) \
|
|
+ (1 & (((x) & 017) == 0)) \
|
|
+ (1 & (((x) & 037) == 0)) \
|
|
+ (1 & (((x) & 077) == 0)) \
|
|
+ (1 & (((x) & 0177) == 0)) \
|
|
+ (1 & (((x) & 0377) == 0)) \
|
|
+ (1 & (((x) & 0777) == 0)) \
|
|
+ (1 & (((x) & 01777) == 0)) \
|
|
+ (1 & (((x) & 03777) == 0)) \
|
|
+ (1 & (((x) & 07777) == 0)) \
|
|
+ (1 & (((x) & 017777) == 0)) \
|
|
+ (1 & (((x) & 037777) == 0)) \
|
|
+ (1 & (((x) & 077777) == 0)) \
|
|
+ (1 & (((x) & 0177777) == 0)) )
|
|
</pre></div>
|
|
<p>Definition at line <a class="el" href="ntz_8h_source.html#l00036">36</a> of file <a class="el" href="ntz_8h_source.html">ntz.h</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated for ArduPilot Libraries by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.png" alt="doxygen"/></a></small></address>
|
|
</body>
|
|
</html>
|