mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 03:55:53 +00:00
156 lines
20 KiB
HTML
156 lines
20 KiB
HTML
<!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">
|
|
<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.17"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: ReduceRelayCommon.h Source File</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="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>
|
|
<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 style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<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>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_b003f5a72efe503c7552f86021e0c4d2.html">overlay</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">ReduceRelayCommon.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright 2020 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef RIPPLE_OVERLAY_REDUCERELAYCOMMON_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_OVERLAY_REDUCERELAYCOMMON_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/chrono.html">chrono</a>></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  </div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html"> 27</a></span> <span class="keyword">namespace </span>reduce_relay {</div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment">// Peer's squelch is limited in time to</span></div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment">// rand{MIN_UNSQUELCH_EXPIRE, max_squelch},</span></div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment">// where max_squelch is</span></div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="comment">// min(max(MAX_UNSQUELCH_EXPIRE_DEFAULT, SQUELCH_PER_PEER * number_of_peers),</span></div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="comment">// MAX_UNSQUELCH_EXPIRE_PEERS)</span></div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html#a97d9582e500aeeec2dc554a14bcf9af0"> 34</a></span> <span class="keyword">static</span> constexpr <span class="keyword">auto</span> <a class="code" href="namespaceripple_1_1reduce__relay.html#a97d9582e500aeeec2dc554a14bcf9af0">MIN_UNSQUELCH_EXPIRE</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a>{300};</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html#ae55773d17ba2b400229a941b2f66af3f"> 35</a></span> <span class="keyword">static</span> constexpr <span class="keyword">auto</span> <a class="code" href="namespaceripple_1_1reduce__relay.html#ae55773d17ba2b400229a941b2f66af3f">MAX_UNSQUELCH_EXPIRE_DEFAULT</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a>{600};</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html#a029bd156aabe031ec0528518bd69f4ca"> 36</a></span> <span class="keyword">static</span> constexpr <span class="keyword">auto</span> <a class="code" href="namespaceripple_1_1reduce__relay.html#a029bd156aabe031ec0528518bd69f4ca">SQUELCH_PER_PEER</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a>(10);</div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html#af6a298ebd3177be1776cf9be3e15db14"> 37</a></span> <span class="keyword">static</span> constexpr <span class="keyword">auto</span> <a class="code" href="namespaceripple_1_1reduce__relay.html#af6a298ebd3177be1776cf9be3e15db14">MAX_UNSQUELCH_EXPIRE_PEERS</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a>{3600};</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="comment">// No message received threshold before identifying a peer as idled</span></div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html#ac372ea9dc11d2f21e2856a5f640ace39"> 39</a></span> <span class="keyword">static</span> constexpr <span class="keyword">auto</span> <a class="code" href="namespaceripple_1_1reduce__relay.html#ac372ea9dc11d2f21e2856a5f640ace39">IDLED</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a>{8};</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="comment">// Message count threshold to start selecting peers as the source</span></div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="comment">// of messages from the validator. We add peers who reach</span></div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment">// MIN_MESSAGE_THRESHOLD to considered pool once MAX_SELECTED_PEERS</span></div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="comment">// reach MAX_MESSAGE_THRESHOLD.</span></div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html#aecb3f2e034e2b318c120f931f9ac911f"> 44</a></span> <span class="keyword">static</span> constexpr uint16_t <a class="code" href="namespaceripple_1_1reduce__relay.html#aecb3f2e034e2b318c120f931f9ac911f">MIN_MESSAGE_THRESHOLD</a> = 9;</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html#ac9690ca598a3ad3f77670ce8f14b582f"> 45</a></span> <span class="keyword">static</span> constexpr uint16_t <a class="code" href="namespaceripple_1_1reduce__relay.html#ac9690ca598a3ad3f77670ce8f14b582f">MAX_MESSAGE_THRESHOLD</a> = 10;</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment">// Max selected peers to choose as the source of messages from validator</span></div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html#a70abeffc314ff9ccea086d5e5692b13f"> 47</a></span> <span class="keyword">static</span> constexpr uint16_t <a class="code" href="namespaceripple_1_1reduce__relay.html#a70abeffc314ff9ccea086d5e5692b13f">MAX_SELECTED_PEERS</a> = 5;</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="comment">// Wait before reduce-relay feature is enabled on boot up to let</span></div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="comment">// the server establish peer connections</span></div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html#adbdcc4999104abf99199a3420a21a62d"> 50</a></span> <span class="keyword">static</span> constexpr <span class="keyword">auto</span> <a class="code" href="namespaceripple_1_1reduce__relay.html#adbdcc4999104abf99199a3420a21a62d">WAIT_ON_BOOTUP</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::minutes</a>{10};</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="comment">// Maximum size of the aggregated transaction hashes per peer.</span></div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="comment">// Once we get to high tps throughput, this cap will prevent</span></div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="comment">// TMTransactions from exceeding the current protocol message</span></div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment">// size limit of 64MB.</span></div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="namespaceripple_1_1reduce__relay.html#a11bb8a504cf51dc460cd910629ff3d2f"> 55</a></span> <span class="keyword">static</span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="namespaceripple_1_1reduce__relay.html#a11bb8a504cf51dc460cd910629ff3d2f">MAX_TX_QUEUE_SIZE</a> = 10000;</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> } <span class="comment">// namespace reduce_relay</span></div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  </div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="preprocessor">#endif // RIPPLED_REDUCERELAYCOMMON_H_INCLUDED</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="anamespaceripple_1_1reduce__relay_html_a029bd156aabe031ec0528518bd69f4ca"><div class="ttname"><a href="namespaceripple_1_1reduce__relay.html#a029bd156aabe031ec0528518bd69f4ca">ripple::reduce_relay::SQUELCH_PER_PEER</a></div><div class="ttdeci">static constexpr auto SQUELCH_PER_PEER</div><div class="ttdef"><b>Definition:</b> <a href="ReduceRelayCommon_8h_source.html#l00036">ReduceRelayCommon.h:36</a></div></div>
|
|
<div class="ttc" id="aduration_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1reduce__relay_html_ae55773d17ba2b400229a941b2f66af3f"><div class="ttname"><a href="namespaceripple_1_1reduce__relay.html#ae55773d17ba2b400229a941b2f66af3f">ripple::reduce_relay::MAX_UNSQUELCH_EXPIRE_DEFAULT</a></div><div class="ttdeci">static constexpr auto MAX_UNSQUELCH_EXPIRE_DEFAULT</div><div class="ttdef"><b>Definition:</b> <a href="ReduceRelayCommon_8h_source.html#l00035">ReduceRelayCommon.h:35</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1reduce__relay_html_ac9690ca598a3ad3f77670ce8f14b582f"><div class="ttname"><a href="namespaceripple_1_1reduce__relay.html#ac9690ca598a3ad3f77670ce8f14b582f">ripple::reduce_relay::MAX_MESSAGE_THRESHOLD</a></div><div class="ttdeci">static constexpr uint16_t MAX_MESSAGE_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="ReduceRelayCommon_8h_source.html#l00045">ReduceRelayCommon.h:45</a></div></div>
|
|
<div class="ttc" id="achrono_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/chrono.html">chrono</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1reduce__relay_html_ac372ea9dc11d2f21e2856a5f640ace39"><div class="ttname"><a href="namespaceripple_1_1reduce__relay.html#ac372ea9dc11d2f21e2856a5f640ace39">ripple::reduce_relay::IDLED</a></div><div class="ttdeci">static constexpr auto IDLED</div><div class="ttdef"><b>Definition:</b> <a href="ReduceRelayCommon_8h_source.html#l00039">ReduceRelayCommon.h:39</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1reduce__relay_html_aecb3f2e034e2b318c120f931f9ac911f"><div class="ttname"><a href="namespaceripple_1_1reduce__relay.html#aecb3f2e034e2b318c120f931f9ac911f">ripple::reduce_relay::MIN_MESSAGE_THRESHOLD</a></div><div class="ttdeci">static constexpr uint16_t MIN_MESSAGE_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="ReduceRelayCommon_8h_source.html#l00044">ReduceRelayCommon.h:44</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1reduce__relay_html_a97d9582e500aeeec2dc554a14bcf9af0"><div class="ttname"><a href="namespaceripple_1_1reduce__relay.html#a97d9582e500aeeec2dc554a14bcf9af0">ripple::reduce_relay::MIN_UNSQUELCH_EXPIRE</a></div><div class="ttdeci">static constexpr auto MIN_UNSQUELCH_EXPIRE</div><div class="ttdef"><b>Definition:</b> <a href="ReduceRelayCommon_8h_source.html#l00034">ReduceRelayCommon.h:34</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1reduce__relay_html_a11bb8a504cf51dc460cd910629ff3d2f"><div class="ttname"><a href="namespaceripple_1_1reduce__relay.html#a11bb8a504cf51dc460cd910629ff3d2f">ripple::reduce_relay::MAX_TX_QUEUE_SIZE</a></div><div class="ttdeci">static constexpr std::size_t MAX_TX_QUEUE_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="ReduceRelayCommon_8h_source.html#l00055">ReduceRelayCommon.h:55</a></div></div>
|
|
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1reduce__relay_html_af6a298ebd3177be1776cf9be3e15db14"><div class="ttname"><a href="namespaceripple_1_1reduce__relay.html#af6a298ebd3177be1776cf9be3e15db14">ripple::reduce_relay::MAX_UNSQUELCH_EXPIRE_PEERS</a></div><div class="ttdeci">static constexpr auto MAX_UNSQUELCH_EXPIRE_PEERS</div><div class="ttdef"><b>Definition:</b> <a href="ReduceRelayCommon_8h_source.html#l00037">ReduceRelayCommon.h:37</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1reduce__relay_html_adbdcc4999104abf99199a3420a21a62d"><div class="ttname"><a href="namespaceripple_1_1reduce__relay.html#adbdcc4999104abf99199a3420a21a62d">ripple::reduce_relay::WAIT_ON_BOOTUP</a></div><div class="ttdeci">static constexpr auto WAIT_ON_BOOTUP</div><div class="ttdef"><b>Definition:</b> <a href="ReduceRelayCommon_8h_source.html#l00050">ReduceRelayCommon.h:50</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1reduce__relay_html_a70abeffc314ff9ccea086d5e5692b13f"><div class="ttname"><a href="namespaceripple_1_1reduce__relay.html#a70abeffc314ff9ccea086d5e5692b13f">ripple::reduce_relay::MAX_SELECTED_PEERS</a></div><div class="ttdeci">static constexpr uint16_t MAX_SELECTED_PEERS</div><div class="ttdef"><b>Definition:</b> <a href="ReduceRelayCommon_8h_source.html#l00047">ReduceRelayCommon.h:47</a></div></div>
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|