Skip to content

Commit a1fc5b6

Browse files
committed
deploy: 02a1b5a
1 parent eab1799 commit a1fc5b6

28 files changed

+196
-196
lines changed

annotated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structq_edge_check__t.html" target="_self">qEdgeCheck_t</a></td><td class="desc">An I/O edge check object </td></tr>
141141
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structq_event__t.html" target="_self">qEvent_t</a></td><td class="desc">The task argument with all the regarding information of the task execution </td></tr>
142142
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structq_list___compare_handle__t.html" target="_self">qList_CompareHandle_t</a></td><td class="desc">Handle of the <a class="el" href="group__qlists.html#ga0fc519c838d1b95729829aeabc2c30d6" title="Sort the double linked list using the f function to determine the order. The sorting algorithm used b...">qList_Sort()</a> API that is passed as an argument to the compare function </td></tr>
143-
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structq_list___for_each_handle__t.html" target="_self">qList_ForEachHandle_t</a></td><td class="desc">Handle of the <a class="el" href="group__qlists.html#gaefb60fbd13019572a02326998513c887" title="Operate on each element of the list.">qList_ForEach()</a> API that is passed as an argument to the function that operates on each node </td></tr>
143+
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structq_list___for_each_handle__t.html" target="_self">qList_ForEachHandle_t</a></td><td class="desc">Handle of the <a class="el" href="group__qlists.html#ga7e23b95be4ccdf58913c83b4c989545a" title="Operate on each element of the list.">qList_ForEach()</a> API that is passed as an argument to the function that operates on each node </td></tr>
144144
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structq_list___iterator__t.html" target="_self">qList_Iterator_t</a></td><td class="desc">Typedef to hold a list-iterator instance </td></tr>
145145
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structq_list___node__t.html" target="_self">qList_Node_t</a></td><td class="desc">A list-node object (Used internally) </td></tr>
146146
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structq_list__t.html" target="_self">qList_t</a></td><td class="desc">A list object (Generic double-linked) </td></tr>

group__qatcli.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@
222222
<tr class="memitem:gadc4fd0e693b7a1c36fb5c3b7f4f42c33"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__qtypes.html#ga131b2258b5135d0b1e3ded5ecbe309d7">qBool_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__qatcli.html#gadc4fd0e693b7a1c36fb5c3b7f4f42c33">qATCLI_CmdSubscribe</a> (<a class="el" href="structq_a_t_c_l_i__t.html">qATCLI_t</a> *const cli, <a class="el" href="structq_a_t_c_l_i___command__t.html">qATCLI_Command_t</a> *const cmd, char *textCommand, const <a class="el" href="group__qatcli.html#ga3985464bdb30735d016eb56745622f94">qATCLI_CommandCallback_t</a> cFcn, <a class="el" href="group__qatcli.html#gad23954e8b3b150ccd8507152b3c6f144">qATCLI_Options_t</a> cmdOpt, void *param)</td></tr>
223223
<tr class="memdesc:gadc4fd0e693b7a1c36fb5c3b7f4f42c33"><td class="mdescLeft">&#160;</td><td class="mdescRight">This function subscribes the CLI instance to a specific command with an associated <em>Callback</em> function, so that next time the required command is sent to the CLI input, the callback function will be executed. The CLI parser only analyze commands that follows the extended AT-Commands syntax (the + char can be ignored). <a href="group__qatcli.html#gadc4fd0e693b7a1c36fb5c3b7f4f42c33">More...</a><br /></td></tr>
224224
<tr class="separator:gadc4fd0e693b7a1c36fb5c3b7f4f42c33"><td class="memSeparator" colspan="2">&#160;</td></tr>
225-
<tr class="memitem:ga2c47148bfb29111e0607a5de910f7dfc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structq_a_t_c_l_i___command__t.html">qATCLI_Command_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__qatcli.html#ga2c47148bfb29111e0607a5de910f7dfc">qATCLI_CmdIterate</a> (<a class="el" href="structq_a_t_c_l_i__t.html">qATCLI_t</a> *const cli, const <a class="el" href="group__qtypes.html#ga131b2258b5135d0b1e3ded5ecbe309d7">qBool_t</a> reload)</td></tr>
226-
<tr class="memdesc:ga2c47148bfb29111e0607a5de910f7dfc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Iterate between the commands available inside the AT-CLI instance. <a href="group__qatcli.html#ga2c47148bfb29111e0607a5de910f7dfc">More...</a><br /></td></tr>
227-
<tr class="separator:ga2c47148bfb29111e0607a5de910f7dfc"><td class="memSeparator" colspan="2">&#160;</td></tr>
225+
<tr class="memitem:ga4b25f2227af399423c58553cd0247966"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structq_a_t_c_l_i___command__t.html">qATCLI_Command_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__qatcli.html#ga4b25f2227af399423c58553cd0247966">qATCLI_CmdIterate</a> (const <a class="el" href="structq_a_t_c_l_i__t.html">qATCLI_t</a> *const cli, const <a class="el" href="group__qtypes.html#ga131b2258b5135d0b1e3ded5ecbe309d7">qBool_t</a> reload)</td></tr>
226+
<tr class="memdesc:ga4b25f2227af399423c58553cd0247966"><td class="mdescLeft">&#160;</td><td class="mdescRight">Iterate between the commands available inside the AT-CLI instance. <a href="group__qatcli.html#ga4b25f2227af399423c58553cd0247966">More...</a><br /></td></tr>
227+
<tr class="separator:ga4b25f2227af399423c58553cd0247966"><td class="memSeparator" colspan="2">&#160;</td></tr>
228228
<tr class="memitem:gaa3787e31d4bfa59317e79097bc23a6c2"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__qtypes.html#ga131b2258b5135d0b1e3ded5ecbe309d7">qBool_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__qatcli.html#gaa3787e31d4bfa59317e79097bc23a6c2">qATCLI_ISRHandler</a> (<a class="el" href="structq_a_t_c_l_i__t.html">qATCLI_t</a> *const cli, const char c)</td></tr>
229229
<tr class="memdesc:gaa3787e31d4bfa59317e79097bc23a6c2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Feed the CLI input with a single character. This call is mandatory from an interrupt context. Put it inside the desired peripheral's ISR. If your ISR get a block of data, use instead <a class="el" href="group__qatcli.html#ga514944cd933323378b33d3f3a557f1a2" title="Feed the CLI input with a string. This call is mandatory from an interrupt context....">qATCLI_ISRHandlerBlock()</a> <a href="group__qatcli.html#gaa3787e31d4bfa59317e79097bc23a6c2">More...</a><br /></td></tr>
230230
<tr class="separator:gaa3787e31d4bfa59317e79097bc23a6c2"><td class="memSeparator" colspan="2">&#160;</td></tr>
@@ -401,16 +401,16 @@ <h2 class="memtitle"><span class="permalink"><a href="#gac5402443a477397530af4e9
401401
</div>
402402
</div>
403403
<h2 class="groupheader">Function Documentation</h2>
404-
<a id="ga2c47148bfb29111e0607a5de910f7dfc" name="ga2c47148bfb29111e0607a5de910f7dfc"></a>
405-
<h2 class="memtitle"><span class="permalink"><a href="#ga2c47148bfb29111e0607a5de910f7dfc">&#9670;&nbsp;</a></span>qATCLI_CmdIterate()</h2>
404+
<a id="ga4b25f2227af399423c58553cd0247966" name="ga4b25f2227af399423c58553cd0247966"></a>
405+
<h2 class="memtitle"><span class="permalink"><a href="#ga4b25f2227af399423c58553cd0247966">&#9670;&nbsp;</a></span>qATCLI_CmdIterate()</h2>
406406

407407
<div class="memitem">
408408
<div class="memproto">
409409
<table class="memname">
410410
<tr>
411411
<td class="memname"><a class="el" href="structq_a_t_c_l_i___command__t.html">qATCLI_Command_t</a> * qATCLI_CmdIterate </td>
412412
<td>(</td>
413-
<td class="paramtype"><a class="el" href="structq_a_t_c_l_i__t.html">qATCLI_t</a> *const&#160;</td>
413+
<td class="paramtype">const <a class="el" href="structq_a_t_c_l_i__t.html">qATCLI_t</a> *const&#160;</td>
414414
<td class="paramname"><em>cli</em>, </td>
415415
</tr>
416416
<tr>

group__qatcli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var group__qatcli =
4747
[ "qATCLI_NOTFOUND", "group__qatcli.html#ggac5402443a477397530af4e9b7140ebcaaacc0fa05271709ae25c743e825f1b379", null ],
4848
[ "qATCLI_OUTPUT", "group__qatcli.html#ggac5402443a477397530af4e9b7140ebcaaf50cf96e5146ba1776c076d37d55ab2b", null ]
4949
] ],
50-
[ "qATCLI_CmdIterate", "group__qatcli.html#ga2c47148bfb29111e0607a5de910f7dfc", null ],
50+
[ "qATCLI_CmdIterate", "group__qatcli.html#ga4b25f2227af399423c58553cd0247966", null ],
5151
[ "qATCLI_CmdSubscribe", "group__qatcli.html#gadc4fd0e693b7a1c36fb5c3b7f4f42c33", null ],
5252
[ "qATCLI_Exec", "group__qatcli.html#ga0410b5b7dd03a4ea0225e3d72021bbdb", null ],
5353
[ "qATCLI_Input_Flush", "group__qatcli.html#ga1d034827dd62faf3de920aa189619ef8", null ],

0 commit comments

Comments
 (0)