You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<trid="row_0_33_" class="even"><tdclass="entry"><spanstyle="width:32px;display:inline-block;"> </span><spanclass="icona"><spanclass="icon">C</span></span><aclass="el" href="structqlibs_1_1time_delay.html" target="_self">timeDelay</a></td><tdclass="desc">Represents a time delay value for use in <aclass="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>
189
189
<trid="row_0_34_" class="odd"><tdclass="entry"><spanstyle="width:32px;display:inline-block;"> </span><spanclass="icona"><spanclass="icon">C</span></span><aclass="el" href="classqlibs_1_1transport_delay.html" target="_self">transportDelay</a></td><tdclass="desc">Delays the input by a specified amount of time. You can use this class to simulate a time delay </td></tr>
Copy file name to clipboardExpand all lines: classqlibs_1_1transport_delay.html
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -178,9 +178,13 @@
178
178
<dlclass="section see"><dt>See also</dt><dd><aclass="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>
<tr><tdclass="paramname">numberOfDelay</td><td>The number of discrete delays to be used. Use the <aclass="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 : <divclass="fragment"><divclass="line"><aclass="code hl_function" href="#a59c44b8a460574c469f841f3c4bf384a">transportDelay</a><<aclass="code hl_function" href="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d">delayFromTime</a>( 2.5f, dt )> myDelay1;</div>
182
-
<divclass="ttc" id="aclassqlibs_1_1transport_delay_html_a59c44b8a460574c469f841f3c4bf384a"><divclass="ttname"><ahref="#a59c44b8a460574c469f841f3c4bf384a">qlibs::transportDelay::transportDelay</a></div><divclass="ttdeci">transportDelay(const real_t initValue=0.0_re)</div><divclass="ttdoc">Constructor for the transportDelay class.</div><divclass="ttdef"><b>Definition</b> ltisys.hpp:174</div></div>
183
-
<divclass="ttc" id="agroup__qltisys_html_ga56a12ae5105ad3774190994aec899a2d"><divclass="ttname"><ahref="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d">qlibs::delayFromTime</a></div><divclass="ttdeci">constexpr size_t delayFromTime(const real_t Time, const real_t dt)</div><divclass="ttdoc">Computes the number of discrete delays required for a specified amount of time using a defined time-s...</div><divclass="ttdef"><b>Definition</b> ltisys.hpp:121</div></div>
181
+
<tr><tdclass="paramname">numberOfDelay</td><td>The number of discrete delays to be used. Use the <aclass="el" href="structqlibs_1_1time_delay.html" title="Represents a time delay value for use in transportDelay constructor.">timeDelay</a> facility or <aclass="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 : <divclass="fragment"><divclass="line"><spanclass="keyword">constexpr</span><aclass="code hl_typedef" href="namespaceqlibs.html#aeca7cb28a6516edf7d0ad96ef698918e">real_t</a> dt = 0.1_re;</div>
<divclass="ttc" id="aclassqlibs_1_1transport_delay_html_a59c44b8a460574c469f841f3c4bf384a"><divclass="ttname"><ahref="#a59c44b8a460574c469f841f3c4bf384a">qlibs::transportDelay::transportDelay</a></div><divclass="ttdeci">transportDelay(const real_t initValue=0.0_re)</div><divclass="ttdoc">Constructor for the transportDelay class.</div><divclass="ttdef"><b>Definition</b> ltisys.hpp:223</div></div>
186
+
<divclass="ttc" id="agroup__qltisys_html_ga56a12ae5105ad3774190994aec899a2d"><divclass="ttname"><ahref="group__qltisys.html#ga56a12ae5105ad3774190994aec899a2d">qlibs::delayFromTime</a></div><divclass="ttdeci">constexpr size_t delayFromTime(const real_t Time, const real_t dt)</div><divclass="ttdoc">Computes the number of discrete delays required for a specified amount of time using a defined time-s...</div><divclass="ttdef"><b>Definition</b> ltisys.hpp:167</div></div>
187
+
<divclass="ttc" id="anamespaceqlibs_html_aeca7cb28a6516edf7d0ad96ef698918e"><divclass="ttname"><ahref="namespaceqlibs.html#aeca7cb28a6516edf7d0ad96ef698918e">qlibs::real_t</a></div><divclass="ttdeci">float real_t</div><divclass="ttdoc">A type to instantiate a real variable double-precision of 64-bits IEEE 754.</div><divclass="ttdef"><b>Definition</b> qlibs_types.hpp:43</div></div>
0 commit comments