Skip to content

Commit f533fb6

Browse files
committed
deploy: a579d62
1 parent e5176a8 commit f533fb6

25 files changed

Lines changed: 841 additions & 452 deletions

annotated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<tr id="row_0_30_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classqlibs_1_1smoother_m_w_m1.html" target="_self">smootherMWM1</a></td><td class="desc">A Moving Window Median filter </td></tr>
186186
<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classqlibs_1_1smoother_m_w_m2.html" target="_self">smootherMWM2</a></td><td class="desc">A Moving Window Median filter </td></tr>
187187
<tr id="row_0_32_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classqlibs_1_1tdl.html" target="_self">tdl</a></td><td class="desc">A Tapped Delay Line (TDL) object </td></tr>
188-
<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structqlibs_1_1time_delay.html" target="_self">timeDelay</a></td><td class="desc"></td></tr>
188+
<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structqlibs_1_1time_delay.html" target="_self">timeDelay</a></td><td class="desc">Represents a time delay value for use in <a class="el" href="classqlibs_1_1transport_delay.html" title="Delays the input by a specified amount of time. You can use this class to simulate a time delay.">transportDelay</a> constructor </td></tr>
189189
<tr id="row_0_34_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classqlibs_1_1transport_delay.html" target="_self">transportDelay</a></td><td class="desc">Delays the input by a specified amount of time. You can use this class to simulate a time delay </td></tr>
190190
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="dynsection.toggleFolder('1_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structlimits.html" target="_self">limits</a></td><td class="desc"></td></tr>
191191
<tr id="row_1_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="unionlimits_1_1fu32.html" target="_self">fu32</a></td><td class="desc"></td></tr>

classqlibs_1_1transport_delay.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,13 @@
178178
<dl class="section see"><dt>See also</dt><dd><a class="el" href="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d" title="Computes the number of discrete delays required for a specified amount of time using a defined time-s...">delayFromTime</a> </dd></dl>
179179
<dl class="tparams"><dt>Template Parameters</dt><dd>
180180
<table class="tparams">
181-
<tr><td class="paramname">numberOfDelay</td><td>The number of discrete delays to be used. Use the <a class="el" href="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d" title="Computes the number of discrete delays required for a specified amount of time using a defined time-s...">delayFromTime()</a> function to determine the number of discrete delays required for a specified amount of time. Example : <div class="fragment"><div class="line"><a class="code hl_function" href="#a59c44b8a460574c469f841f3c4bf384a">transportDelay</a>&lt;<a class="code hl_function" href="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d">delayFromTime</a>( 2.5f, dt )&gt; myDelay1;</div>
182-
<div class="ttc" id="aclassqlibs_1_1transport_delay_html_a59c44b8a460574c469f841f3c4bf384a"><div class="ttname"><a href="#a59c44b8a460574c469f841f3c4bf384a">qlibs::transportDelay::transportDelay</a></div><div class="ttdeci">transportDelay(const real_t initValue=0.0_re)</div><div class="ttdoc">Constructor for the transportDelay class.</div><div class="ttdef"><b>Definition</b> ltisys.hpp:174</div></div>
183-
<div class="ttc" id="agroup__qltisys_html_ga56a12ae5105ad3774190994aec899a2d"><div class="ttname"><a href="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d">qlibs::delayFromTime</a></div><div class="ttdeci">constexpr size_t delayFromTime(const real_t Time, const real_t dt)</div><div class="ttdoc">Computes the number of discrete delays required for a specified amount of time using a defined time-s...</div><div class="ttdef"><b>Definition</b> ltisys.hpp:121</div></div>
181+
<tr><td class="paramname">numberOfDelay</td><td>The number of discrete delays to be used. Use the <a class="el" href="structqlibs_1_1time_delay.html" title="Represents a time delay value for use in transportDelay constructor.">timeDelay</a> facility or <a class="el" href="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d" title="Computes the number of discrete delays required for a specified amount of time using a defined time-s...">delayFromTime()</a> function to determine the number of discrete delays required for a specified amount of time. Example : <div class="fragment"><div class="line"><span class="keyword">constexpr</span> <a class="code hl_typedef" href="namespaceqlibs.html#aeca7cb28a6516edf7d0ad96ef698918e">real_t</a> dt = 0.1_re;</div>
182+
<div class="line"><a class="code hl_function" href="#a59c44b8a460574c469f841f3c4bf384a">transportDelay</a>&lt; 2.5_td(dt) )&gt; myDelay1;</div>
183+
<div class="line"><a class="code hl_function" href="#a59c44b8a460574c469f841f3c4bf384a">transportDelay</a>&lt; <a class="code hl_function" href="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d">delayFromTime</a>(5.2, dt) )&gt; myDelay2;</div>
184+
<div class="line"><a class="code hl_function" href="#a59c44b8a460574c469f841f3c4bf384a">transportDelay</a>&lt; 4.3_td[dt] )&gt; myDelay2;</div>
185+
<div class="ttc" id="aclassqlibs_1_1transport_delay_html_a59c44b8a460574c469f841f3c4bf384a"><div class="ttname"><a href="#a59c44b8a460574c469f841f3c4bf384a">qlibs::transportDelay::transportDelay</a></div><div class="ttdeci">transportDelay(const real_t initValue=0.0_re)</div><div class="ttdoc">Constructor for the transportDelay class.</div><div class="ttdef"><b>Definition</b> ltisys.hpp:223</div></div>
186+
<div class="ttc" id="agroup__qltisys_html_ga56a12ae5105ad3774190994aec899a2d"><div class="ttname"><a href="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d">qlibs::delayFromTime</a></div><div class="ttdeci">constexpr size_t delayFromTime(const real_t Time, const real_t dt)</div><div class="ttdoc">Computes the number of discrete delays required for a specified amount of time using a defined time-s...</div><div class="ttdef"><b>Definition</b> ltisys.hpp:167</div></div>
187+
<div class="ttc" id="anamespaceqlibs_html_aeca7cb28a6516edf7d0ad96ef698918e"><div class="ttname"><a href="namespaceqlibs.html#aeca7cb28a6516edf7d0ad96ef698918e">qlibs::real_t</a></div><div class="ttdeci">float real_t</div><div class="ttdoc">A type to instantiate a real variable double-precision of 64-bits IEEE 754.</div><div class="ttdef"><b>Definition</b> qlibs_types.hpp:43</div></div>
184188
</div><!-- fragment --> </td></tr>
185189
</table>
186190
</dd>

doxygen_crawl.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,9 @@
735735
<a href="group__qltisys.html#ga313ae7a2081ae6216260e5ce52853a52"/>
736736
<a href="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d"/>
737737
<a href="group__qltisys.html#ga89e898dad572c32c1fedf8ac1ffeff9d"/>
738+
<a href="group__qltisys.html#gaadf616c69d175be55519ec5179382e3e"/>
738739
<a href="group__qltisys.html#gad74b033f3e2ee951ba43bdec41200853"/>
740+
<a href="group__qltisys.html#gae32d1fbf5690dd5494c2d5a6f16a7e3b"/>
739741
<a href="group__qltisys.html#gga07d3d07a42c49b5cb0850f77ad392faaa90e8608f79949da072fca6df56bb51dd"/>
740742
<a href="group__qltisys.html#gga07d3d07a42c49b5cb0850f77ad392faaac7cb5df9362f98c273bd665e9b94ab9b"/>
741743
<a href="group__qltisys.html#gga07d3d07a42c49b5cb0850f77ad392faaafde6deaf09be68d93ca5d0f6afcbdf18"/>
@@ -786,6 +788,7 @@
786788
<a href="namespacemembers_l.html"/>
787789
<a href="namespacemembers_m.html"/>
788790
<a href="namespacemembers_n.html"/>
791+
<a href="namespacemembers_o.html"/>
789792
<a href="namespacemembers_p.html"/>
790793
<a href="namespacemembers_r.html"/>
791794
<a href="namespacemembers_s.html"/>
@@ -955,6 +958,8 @@
955958
<a href="structqlibs_1_1time_delay.html"/>
956959
<a href="structqlibs_1_1time_delay.html#a377f48d28d463a327fd34d849eebfe7e"/>
957960
<a href="structqlibs_1_1time_delay.html#a61ca14b9e16c3cd2a3c2b659971469a6"/>
961+
<a href="structqlibs_1_1time_delay.html#abeca981e90037c4ddcdf4a0b7f52bfbd"/>
962+
<a href="structqlibs_1_1time_delay.html#ae13549f6e33cf1d3f021c9f4f06bae17"/>
958963
<a href="structthing-members.html"/>
959964
<a href="structthing.html"/>
960965
<a href="structthing.html#a08fb11e7a8ea9e6a6d1a375ef6b270aa"/>

functions_func_o.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142

143143
<h3><a id="index_o" name="index_o"></a>- o -</h3><ul>
144144
<li>operator!()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#adfe3181996a31366c3b8ec5eca08b396">qlibs::mat&lt; Rows, Cols &gt;</a></li>
145-
<li>operator()()&#160;:&#160;<a class="el" href="classqlibs_1_1derivative.html#ac62dbb7cefb14d61b87c39e1be2daccf">qlibs::derivative</a>, <a class="el" href="classqlibs_1_1integrator.html#a68a16214a5ab21e6414e538a33ea9fbe">qlibs::integrator</a>, <a class="el" href="classqlibs_1_1ltisys.html#af9bf0b1f96dde3a744b25b950d5dd22b">qlibs::ltisys</a>, <a class="el" href="classqlibs_1_1mat.html#a00eeb622555c6f7e3ff9c1183d7d99b3">qlibs::mat&lt; Rows, Cols &gt;</a>, <a class="el" href="classqlibs_1_1n_state.html#ac1cbaf9ad49a7802dbf17ee6fd1a60b6">qlibs::nState</a>, <a class="el" href="classqlibs_1_1pid_controller.html#a7bdad9f4b4b36ea4c8fdf700dc0c472b">qlibs::pidController</a>, <a class="el" href="classqlibs_1_1tdl.html#a0f76f8258c4adef8d7257e17bda7698d">qlibs::tdl</a>, <a class="el" href="classqlibs_1_1transport_delay.html#afa9063929c7d37c4917bf5e38686d35e">qlibs::transportDelay&lt; numberOfDelays &gt;</a></li>
145+
<li>operator()()&#160;:&#160;<a class="el" href="classqlibs_1_1derivative.html#ac62dbb7cefb14d61b87c39e1be2daccf">qlibs::derivative</a>, <a class="el" href="classqlibs_1_1integrator.html#a68a16214a5ab21e6414e538a33ea9fbe">qlibs::integrator</a>, <a class="el" href="classqlibs_1_1ltisys.html#af9bf0b1f96dde3a744b25b950d5dd22b">qlibs::ltisys</a>, <a class="el" href="classqlibs_1_1mat.html#a00eeb622555c6f7e3ff9c1183d7d99b3">qlibs::mat&lt; Rows, Cols &gt;</a>, <a class="el" href="classqlibs_1_1n_state.html#ac1cbaf9ad49a7802dbf17ee6fd1a60b6">qlibs::nState</a>, <a class="el" href="classqlibs_1_1pid_controller.html#a7bdad9f4b4b36ea4c8fdf700dc0c472b">qlibs::pidController</a>, <a class="el" href="classqlibs_1_1tdl.html#a0f76f8258c4adef8d7257e17bda7698d">qlibs::tdl</a>, <a class="el" href="structqlibs_1_1time_delay.html#abeca981e90037c4ddcdf4a0b7f52bfbd">qlibs::timeDelay</a>, <a class="el" href="classqlibs_1_1transport_delay.html#afa9063929c7d37c4917bf5e38686d35e">qlibs::transportDelay&lt; numberOfDelays &gt;</a></li>
146146
<li>operator*()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#a828cde08cec04d3f0f7d034174c89dbd">qlibs::mat&lt; Rows, Cols &gt;</a></li>
147147
<li>operator*=()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#a7fec75edb45a07b3fd8c7d31001428c2">qlibs::mat&lt; Rows, Cols &gt;</a></li>
148148
<li>operator+()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#a64f4217ea30730ad6463fffef33c68c5">qlibs::mat&lt; Rows, Cols &gt;</a></li>
@@ -155,7 +155,7 @@ <h3><a id="index_o" name="index_o"></a>- o -</h3><ul>
155155
<li>operator/=()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#a6e6e0aaba48f30e029a2a60bd71176c0">qlibs::mat&lt; Rows, Cols &gt;</a></li>
156156
<li>operator&lt;&lt;()&#160;:&#160;<a class="el" href="classqlibs_1_1fis_1_1instance.html#a91a60b9d7b59dc146295141ecfccfb37">qlibs::fis::instance</a>, <a class="el" href="classqlibs_1_1fis_1_1system.html#ad33ae3f0b477a79424d07fe0b9a70c12">qlibs::fis::system&lt; fType, numberOfInputs, numberOfOutputs, numberOfInputSets, numberOfOutputSets, numberOfRules &gt;</a></li>
157157
<li>operator=()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#adceb7088dd0013eb5a9c64f72832fc6c">qlibs::mat&lt; Rows, Cols &gt;</a></li>
158-
<li>operator[]()&#160;:&#160;<a class="el" href="classqlibs_1_1fis_1_1instance.html#aeba9e6235d84f0206a2602324a5488d7">qlibs::fis::instance</a>, <a class="el" href="classqlibs_1_1fis_1_1system.html#a75835b4379528325ba1296176bbe815f">qlibs::fis::system&lt; fType, numberOfInputs, numberOfOutputs, numberOfInputSets, numberOfOutputSets, numberOfRules &gt;</a>, <a class="el" href="classqlibs_1_1mat.html#a452cee764f17a843dbd0cdfb71fc611a">qlibs::mat&lt; Rows, Cols &gt;</a>, <a class="el" href="classqlibs_1_1tdl.html#ac26718543f38a1ff23e8fa701fc79702">qlibs::tdl</a></li>
158+
<li>operator[]()&#160;:&#160;<a class="el" href="classqlibs_1_1fis_1_1instance.html#aeba9e6235d84f0206a2602324a5488d7">qlibs::fis::instance</a>, <a class="el" href="classqlibs_1_1fis_1_1system.html#a75835b4379528325ba1296176bbe815f">qlibs::fis::system&lt; fType, numberOfInputs, numberOfOutputs, numberOfInputSets, numberOfOutputSets, numberOfRules &gt;</a>, <a class="el" href="classqlibs_1_1mat.html#a452cee764f17a843dbd0cdfb71fc611a">qlibs::mat&lt; Rows, Cols &gt;</a>, <a class="el" href="classqlibs_1_1tdl.html#ac26718543f38a1ff23e8fa701fc79702">qlibs::tdl</a>, <a class="el" href="structqlibs_1_1time_delay.html#ae13549f6e33cf1d3f021c9f4f06bae17">qlibs::timeDelay</a></li>
159159
<li>output()&#160;:&#160;<a class="el" href="classqlibs_1_1fis_1_1output.html#a74af332ca8944b1bee33f82335326ca4">qlibs::fis::output</a></li>
160160
</ul>
161161
</div><!-- contents -->

functions_o.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<h3><a id="index_o" name="index_o"></a>- o -</h3><ul>
144144
<li>operator!()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#adfe3181996a31366c3b8ec5eca08b396">qlibs::mat&lt; Rows, Cols &gt;</a></li>
145145
<li>operator&quot;&quot;_fp&#160;:&#160;<a class="el" href="classqlibs_1_1fp16.html#acd393089889f5509b5187a248a2ed0a2">qlibs::fp16</a></li>
146-
<li>operator()()&#160;:&#160;<a class="el" href="classqlibs_1_1derivative.html#ac62dbb7cefb14d61b87c39e1be2daccf">qlibs::derivative</a>, <a class="el" href="classqlibs_1_1integrator.html#a68a16214a5ab21e6414e538a33ea9fbe">qlibs::integrator</a>, <a class="el" href="classqlibs_1_1ltisys.html#af9bf0b1f96dde3a744b25b950d5dd22b">qlibs::ltisys</a>, <a class="el" href="classqlibs_1_1mat.html#a00eeb622555c6f7e3ff9c1183d7d99b3">qlibs::mat&lt; Rows, Cols &gt;</a>, <a class="el" href="classqlibs_1_1n_state.html#ac1cbaf9ad49a7802dbf17ee6fd1a60b6">qlibs::nState</a>, <a class="el" href="classqlibs_1_1pid_controller.html#a7bdad9f4b4b36ea4c8fdf700dc0c472b">qlibs::pidController</a>, <a class="el" href="classqlibs_1_1tdl.html#a0f76f8258c4adef8d7257e17bda7698d">qlibs::tdl</a>, <a class="el" href="classqlibs_1_1transport_delay.html#afa9063929c7d37c4917bf5e38686d35e">qlibs::transportDelay&lt; numberOfDelays &gt;</a></li>
146+
<li>operator()()&#160;:&#160;<a class="el" href="classqlibs_1_1derivative.html#ac62dbb7cefb14d61b87c39e1be2daccf">qlibs::derivative</a>, <a class="el" href="classqlibs_1_1integrator.html#a68a16214a5ab21e6414e538a33ea9fbe">qlibs::integrator</a>, <a class="el" href="classqlibs_1_1ltisys.html#af9bf0b1f96dde3a744b25b950d5dd22b">qlibs::ltisys</a>, <a class="el" href="classqlibs_1_1mat.html#a00eeb622555c6f7e3ff9c1183d7d99b3">qlibs::mat&lt; Rows, Cols &gt;</a>, <a class="el" href="classqlibs_1_1n_state.html#ac1cbaf9ad49a7802dbf17ee6fd1a60b6">qlibs::nState</a>, <a class="el" href="classqlibs_1_1pid_controller.html#a7bdad9f4b4b36ea4c8fdf700dc0c472b">qlibs::pidController</a>, <a class="el" href="classqlibs_1_1tdl.html#a0f76f8258c4adef8d7257e17bda7698d">qlibs::tdl</a>, <a class="el" href="structqlibs_1_1time_delay.html#abeca981e90037c4ddcdf4a0b7f52bfbd">qlibs::timeDelay</a>, <a class="el" href="classqlibs_1_1transport_delay.html#afa9063929c7d37c4917bf5e38686d35e">qlibs::transportDelay&lt; numberOfDelays &gt;</a></li>
147147
<li>operator*()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#a828cde08cec04d3f0f7d034174c89dbd">qlibs::mat&lt; Rows, Cols &gt;</a></li>
148148
<li>operator*=()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#a7fec75edb45a07b3fd8c7d31001428c2">qlibs::mat&lt; Rows, Cols &gt;</a></li>
149149
<li>operator+()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#a64f4217ea30730ad6463fffef33c68c5">qlibs::mat&lt; Rows, Cols &gt;</a></li>
@@ -156,7 +156,7 @@ <h3><a id="index_o" name="index_o"></a>- o -</h3><ul>
156156
<li>operator/=()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#a6e6e0aaba48f30e029a2a60bd71176c0">qlibs::mat&lt; Rows, Cols &gt;</a></li>
157157
<li>operator&lt;&lt;()&#160;:&#160;<a class="el" href="classqlibs_1_1fis_1_1instance.html#a91a60b9d7b59dc146295141ecfccfb37">qlibs::fis::instance</a>, <a class="el" href="classqlibs_1_1fis_1_1system.html#ad33ae3f0b477a79424d07fe0b9a70c12">qlibs::fis::system&lt; fType, numberOfInputs, numberOfOutputs, numberOfInputSets, numberOfOutputSets, numberOfRules &gt;</a></li>
158158
<li>operator=()&#160;:&#160;<a class="el" href="classqlibs_1_1mat.html#adceb7088dd0013eb5a9c64f72832fc6c">qlibs::mat&lt; Rows, Cols &gt;</a></li>
159-
<li>operator[]()&#160;:&#160;<a class="el" href="classqlibs_1_1fis_1_1instance.html#aeba9e6235d84f0206a2602324a5488d7">qlibs::fis::instance</a>, <a class="el" href="classqlibs_1_1fis_1_1system.html#a75835b4379528325ba1296176bbe815f">qlibs::fis::system&lt; fType, numberOfInputs, numberOfOutputs, numberOfInputSets, numberOfOutputSets, numberOfRules &gt;</a>, <a class="el" href="classqlibs_1_1mat.html#a452cee764f17a843dbd0cdfb71fc611a">qlibs::mat&lt; Rows, Cols &gt;</a>, <a class="el" href="classqlibs_1_1tdl.html#ac26718543f38a1ff23e8fa701fc79702">qlibs::tdl</a></li>
159+
<li>operator[]()&#160;:&#160;<a class="el" href="classqlibs_1_1fis_1_1instance.html#aeba9e6235d84f0206a2602324a5488d7">qlibs::fis::instance</a>, <a class="el" href="classqlibs_1_1fis_1_1system.html#a75835b4379528325ba1296176bbe815f">qlibs::fis::system&lt; fType, numberOfInputs, numberOfOutputs, numberOfInputSets, numberOfOutputSets, numberOfRules &gt;</a>, <a class="el" href="classqlibs_1_1mat.html#a452cee764f17a843dbd0cdfb71fc611a">qlibs::mat&lt; Rows, Cols &gt;</a>, <a class="el" href="classqlibs_1_1tdl.html#ac26718543f38a1ff23e8fa701fc79702">qlibs::tdl</a>, <a class="el" href="structqlibs_1_1time_delay.html#ae13549f6e33cf1d3f021c9f4f06bae17">qlibs::timeDelay</a></li>
160160
<li>output()&#160;:&#160;<a class="el" href="classqlibs_1_1fis_1_1output.html#a74af332ca8944b1bee33f82335326ca4">qlibs::fis::output</a></li>
161161
</ul>
162162
</div><!-- contents -->

0 commit comments

Comments
 (0)