You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
4.1 KiB
90 lines
4.1 KiB
<!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: /home/jgoppert/Projects/ap/libraries/FastSerial/ntz.h File Reference</title> |
|
<link href="tabs.css" rel="stylesheet" type="text/css"/> |
|
<link href="doxygen.css" rel="stylesheet" type="text/css"/> |
|
</head> |
|
<body> |
|
<!-- 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="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>/home/jgoppert/Projects/ap/libraries/FastSerial/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="#_2home_2jgoppert_2_projects_2ap_2libraries_2_fast_serial_2ntz_8hdep" alt=""/></div> |
|
<map name="_2home_2jgoppert_2_projects_2ap_2libraries_2_fast_serial_2ntz_8hdep" id="_2home_2jgoppert_2_projects_2ap_2libraries_2_fast_serial_2ntz_8hdep"> |
|
<area shape="rect" id="node3" href="vprintf_8cpp.html" title="/home/jgoppert/Projects/ap/libraries/FastSerial/vprintf.cpp" alt="" coords="5,83,389,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 on Sun Dec 26 2010 21:58:35 for ArduPilot Libraries by |
|
<a href="http://www.doxygen.org/index.html"> |
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address> |
|
</body> |
|
</html>
|
|
|