ardupilot/libraries/doc/html/structmsg__heartbeat.html

126 lines
6.1 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: msg_heartbeat Struct 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&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> </div>
<div class="headertitle">
<h1>msg_heartbeat Struct Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="msg_heartbeat" -->
<p>Structure describing the payload section of the MSG_HEARTBEAT message.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="protocol_8h_source.html">protocol.h</a>&gt;</code></p>
<p><a href="structmsg__heartbeat-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint8_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmsg__heartbeat.html#a71c4fe76f5a7382ea0c4c7cd27170cb1">flightMode</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint16_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmsg__heartbeat.html#a201ccaf238d417a865263c5cb8fa23fc">timeStamp</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint16_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmsg__heartbeat.html#a9580873c3f47d73e53f5261874001102">batteryVoltage</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint16_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmsg__heartbeat.html#ad758117c62d739ba6522f538e1bfb775">commandIndex</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Structure describing the payload section of the MSG_HEARTBEAT message. </p>
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00091">91</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a9580873c3f47d73e53f5261874001102"></a><!-- doxytag: member="msg_heartbeat::batteryVoltage" ref="a9580873c3f47d73e53f5261874001102" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint16_t <a class="el" href="structmsg__heartbeat.html#a9580873c3f47d73e53f5261874001102">msg_heartbeat::batteryVoltage</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00094">94</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
</div>
</div>
<a class="anchor" id="ad758117c62d739ba6522f538e1bfb775"></a><!-- doxytag: member="msg_heartbeat::commandIndex" ref="ad758117c62d739ba6522f538e1bfb775" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint16_t <a class="el" href="structmsg__heartbeat.html#ad758117c62d739ba6522f538e1bfb775">msg_heartbeat::commandIndex</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00095">95</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
</div>
</div>
<a class="anchor" id="a71c4fe76f5a7382ea0c4c7cd27170cb1"></a><!-- doxytag: member="msg_heartbeat::flightMode" ref="a71c4fe76f5a7382ea0c4c7cd27170cb1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint8_t <a class="el" href="structmsg__heartbeat.html#a71c4fe76f5a7382ea0c4c7cd27170cb1">msg_heartbeat::flightMode</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00092">92</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
</div>
</div>
<a class="anchor" id="a201ccaf238d417a865263c5cb8fa23fc"></a><!-- doxytag: member="msg_heartbeat::timeStamp" ref="a201ccaf238d417a865263c5cb8fa23fc" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint16_t <a class="el" href="structmsg__heartbeat.html#a201ccaf238d417a865263c5cb8fa23fc">msg_heartbeat::timeStamp</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00093">93</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>/home/jgoppert/Projects/ap/libraries/APM_BinComm/protocol/<a class="el" href="protocol_8h_source.html">protocol.h</a></li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>
Generated for ArduPilot Libraries by&nbsp;<a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.png" alt="doxygen"/></a></small></address>
</body>
</html>