feat:replace boost library with C++11 std library
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!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"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.8.16"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||
<title>Livox SDK API: livox::CommPacket Struct Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
@@ -14,12 +13,15 @@
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(initResizable);
|
||||
/* @license-end */</script>
|
||||
$(window).load(resizeHeight);
|
||||
</script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() { init_search(); });
|
||||
</script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -31,7 +33,7 @@
|
||||
<td id="projectlogo"><img alt="Logo" src="1.png"/></td>
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">Livox SDK API
|
||||
 <span id="projectnumber">V2.0.0</span>
|
||||
 <span id="projectnumber">V2.1.0</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -39,22 +41,42 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.8.16 -->
|
||||
<!-- Generated by Doxygen 1.8.11 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search');
|
||||
$(document).ready(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */</script>
|
||||
<div id="main-nav"></div>
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main 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>
|
||||
<li>
|
||||
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
</span><span class="right">
|
||||
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="annotated.html"><span>Class List</span></a></li>
|
||||
<li><a href="classes.html"><span>Class Index</span></a></li>
|
||||
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
||||
<li><a href="functions.html"><span>Class Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- top -->
|
||||
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||
<div id="nav-tree">
|
||||
@@ -67,9 +89,7 @@ $(function() {
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(document).ready(function(){initNavTree('structlivox_1_1_comm_packet.html','');});
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
<!-- window showing the filter options -->
|
||||
@@ -128,11 +148,9 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock">
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00043">43</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00043">43</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
</div><h2 class="groupheader">Member Data Documentation</h2>
|
||||
<a id="a69485605f4d8113b178163d388defa89"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a69485605f4d8113b178163d388defa89">◆ </a></span>cmd_code</h2>
|
||||
|
||||
<a class="anchor" id="a69485605f4d8113b178163d388defa89"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -142,13 +160,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00048">48</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00048">48</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="af288b1ff799a0d0a9a1a8d0870bb5dd0"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#af288b1ff799a0d0a9a1a8d0870bb5dd0">◆ </a></span>cmd_set</h2>
|
||||
|
||||
<a class="anchor" id="af288b1ff799a0d0a9a1a8d0870bb5dd0"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -158,13 +174,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00047">47</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00047">47</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a7ba25954258f461a079911c180da2669"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a7ba25954258f461a079911c180da2669">◆ </a></span>data</h2>
|
||||
|
||||
<a class="anchor" id="a7ba25954258f461a079911c180da2669"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -174,13 +188,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00054">54</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00054">54</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a9586bf3ae947c5809c25d40aa3091ef7"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a9586bf3ae947c5809c25d40aa3091ef7">◆ </a></span>data_len</h2>
|
||||
|
||||
<a class="anchor" id="a9586bf3ae947c5809c25d40aa3091ef7"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -190,13 +202,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00055">55</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00055">55</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a44673e979d10ca9f967fb6a75ffc5612"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a44673e979d10ca9f967fb6a75ffc5612">◆ </a></span>packet_type</h2>
|
||||
|
||||
<a class="anchor" id="a44673e979d10ca9f967fb6a75ffc5612"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -206,13 +216,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00044">44</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00044">44</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a03bb9a2b86f81a5000369d43ceed043c"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a03bb9a2b86f81a5000369d43ceed043c">◆ </a></span>padding</h2>
|
||||
|
||||
<a class="anchor" id="a03bb9a2b86f81a5000369d43ceed043c"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -222,13 +230,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00056">56</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00056">56</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a670bd53de47c748164570decdb70c968"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a670bd53de47c748164570decdb70c968">◆ </a></span>protocol</h2>
|
||||
|
||||
<a class="anchor" id="a670bd53de47c748164570decdb70c968"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -238,13 +244,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00045">45</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00045">45</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a7d4df6086cbac3cbaecedfda76d6c11e"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a7d4df6086cbac3cbaecedfda76d6c11e">◆ </a></span>protocol_version</h2>
|
||||
|
||||
<a class="anchor" id="a7d4df6086cbac3cbaecedfda76d6c11e"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -254,13 +258,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00046">46</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00046">46</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="abd2c32ceba40ea285a0ca2990a7f345d"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#abd2c32ceba40ea285a0ca2990a7f345d">◆ </a></span>receiver</h2>
|
||||
|
||||
<a class="anchor" id="abd2c32ceba40ea285a0ca2990a7f345d"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -270,13 +272,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00051">51</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00051">51</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="aae14b486474c57d0f82ed5c3c9e3e807"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#aae14b486474c57d0f82ed5c3c9e3e807">◆ </a></span>sender</h2>
|
||||
|
||||
<a class="anchor" id="aae14b486474c57d0f82ed5c3c9e3e807"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -286,13 +286,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00049">49</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00049">49</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a8723e87d47e47da53e6741f82cc59faf"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a8723e87d47e47da53e6741f82cc59faf">◆ </a></span>seq_num</h2>
|
||||
|
||||
<a class="anchor" id="a8723e87d47e47da53e6741f82cc59faf"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -302,13 +300,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00053">53</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00053">53</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="ad48ad41ffbcd6ae5794668ba8c02f709"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#ad48ad41ffbcd6ae5794668ba8c02f709">◆ </a></span>sub_receiver</h2>
|
||||
|
||||
<a class="anchor" id="ad48ad41ffbcd6ae5794668ba8c02f709"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -318,13 +314,11 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00052">52</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00052">52</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a54efd9bf0a8bcd7f3e54219dce99f966"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a54efd9bf0a8bcd7f3e54219dce99f966">◆ </a></span>sub_sender</h2>
|
||||
|
||||
<a class="anchor" id="a54efd9bf0a8bcd7f3e54219dce99f966"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="memname">
|
||||
@@ -334,7 +328,7 @@ Public Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="protocol_8h_source.html#l00050">50</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
<p>Definition at line <a class="el" href="protocol_8h_source.html#l00050">50</a> of file <a class="el" href="protocol_8h_source.html">protocol.h</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -349,7 +343,7 @@ Public Attributes</h2></td></tr>
|
||||
<li class="navelem"><a class="el" href="namespacelivox.html">livox</a></li><li class="navelem"><a class="el" href="structlivox_1_1_comm_packet.html">CommPacket</a></li>
|
||||
<li class="footer">Generated by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li>
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user