|
3 | 3 | <head> |
4 | 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=9"/> |
6 | | -<meta name="generator" content="Doxygen 1.8.17"/> |
| 6 | +<meta name="generator" content="Doxygen 1.9.1"/> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
8 | 8 | <title>AceRoutine: /home/brian/src/AceRoutine/src/ace_routine/Channel.h Source File</title> |
9 | 9 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
|
22 | 22 | <tr style="height: 56px;"> |
23 | 23 | <td id="projectalign" style="padding-left: 0.5em;"> |
24 | 24 | <div id="projectname">AceRoutine |
25 | | -  <span id="projectnumber">1.5.0</span> |
| 25 | +  <span id="projectnumber">1.5.1</span> |
26 | 26 | </div> |
27 | 27 | <div id="projectbrief">A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.</div> |
28 | 28 | </td> |
|
31 | 31 | </table> |
32 | 32 | </div> |
33 | 33 | <!-- end header part --> |
34 | | -<!-- Generated by Doxygen 1.8.17 --> |
| 34 | +<!-- Generated by Doxygen 1.9.1 --> |
35 | 35 | <script type="text/javascript"> |
36 | 36 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
37 | | -var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
| 37 | +var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); |
38 | 38 | /* @license-end */ |
39 | 39 | </script> |
40 | 40 | <script type="text/javascript" src="menudata.js"></script> |
|
169 | 169 | <div class="line"><a name="l00139"></a><span class="lineno"> 139</span> }</div> |
170 | 170 | <div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  </div> |
171 | 171 | <div class="line"><a name="l00141"></a><span class="lineno"> 141</span> <span class="preprocessor">#endif</span></div> |
172 | | -</div><!-- fragment --></div><!-- contents --> |
173 | | -<div class="ttc" id="aclassace__routine_1_1Channel_html_a1134e9c905c7c0bb7255f208534355d8"><div class="ttname"><a href="classace__routine_1_1Channel.html#a1134e9c905c7c0bb7255f208534355d8">ace_routine::Channel::write</a></div><div class="ttdeci">bool write(const T &value)</div><div class="ttdoc">Write the given value to the channel through the COROUTINE_AWAIT() if value is a static variable.</div><div class="ttdef"><b>Definition:</b> <a href="Channel_8h_source.html#l00084">Channel.h:84</a></div></div> |
174 | | -<div class="ttc" id="aclassace__routine_1_1Channel_html_ae004356c45d9017d0e375d4468b094e2"><div class="ttname"><a href="classace__routine_1_1Channel.html#ae004356c45d9017d0e375d4468b094e2">ace_routine::Channel::Channel</a></div><div class="ttdeci">Channel()</div><div class="ttdoc">Constructor.</div><div class="ttdef"><b>Definition:</b> <a href="Channel_8h_source.html#l00046">Channel.h:46</a></div></div> |
175 | | -<div class="ttc" id="aclassace__routine_1_1Channel_html_ab950ccdf77fdfaeea67ac19031733229"><div class="ttname"><a href="classace__routine_1_1Channel.html#ab950ccdf77fdfaeea67ac19031733229">ace_routine::Channel::setValue</a></div><div class="ttdeci">void setValue(const T &value)</div><div class="ttdoc">Used by COROUTINE_CHANNEL_WRITE() to preserve the value of the write across multiple COROUTINE_YIELD(...</div><div class="ttdef"><b>Definition:</b> <a href="Channel_8h_source.html#l00053">Channel.h:53</a></div></div> |
| 172 | +<div class="ttc" id="aCoroutine_8h_html"><div class="ttname"><a href="Coroutine_8h.html">Coroutine.h</a></div><div class="ttdoc">All coroutines are instances of the Coroutine base class.</div></div> |
176 | 173 | <div class="ttc" id="aclassace__routine_1_1Channel_html"><div class="ttname"><a href="classace__routine_1_1Channel.html">ace_routine::Channel</a></div><div class="ttdoc">An unbuffered synchronized channel.</div><div class="ttdef"><b>Definition:</b> <a href="Channel_8h_source.html#l00043">Channel.h:43</a></div></div> |
| 174 | +<div class="ttc" id="aclassace__routine_1_1Channel_html_a1134e9c905c7c0bb7255f208534355d8"><div class="ttname"><a href="classace__routine_1_1Channel.html#a1134e9c905c7c0bb7255f208534355d8">ace_routine::Channel::write</a></div><div class="ttdeci">bool write(const T &value)</div><div class="ttdoc">Write the given value to the channel through the COROUTINE_AWAIT() if value is a static variable.</div><div class="ttdef"><b>Definition:</b> <a href="Channel_8h_source.html#l00084">Channel.h:84</a></div></div> |
177 | 175 | <div class="ttc" id="aclassace__routine_1_1Channel_html_a931ce2344667a4b36e76bb4f8f3b70a0"><div class="ttname"><a href="classace__routine_1_1Channel.html#a931ce2344667a4b36e76bb4f8f3b70a0">ace_routine::Channel::read</a></div><div class="ttdeci">bool read(T &value)</div><div class="ttdoc">Read the value through the COROUTINE_AWAIT() macro or the COROUTINE_CHANNEL_READ() macro.</div><div class="ttdef"><b>Definition:</b> <a href="Channel_8h_source.html#l00106">Channel.h:106</a></div></div> |
178 | | -<div class="ttc" id="aCoroutine_8h_html"><div class="ttname"><a href="Coroutine_8h.html">Coroutine.h</a></div></div> |
| 176 | +<div class="ttc" id="aclassace__routine_1_1Channel_html_ab950ccdf77fdfaeea67ac19031733229"><div class="ttname"><a href="classace__routine_1_1Channel.html#ab950ccdf77fdfaeea67ac19031733229">ace_routine::Channel::setValue</a></div><div class="ttdeci">void setValue(const T &value)</div><div class="ttdoc">Used by COROUTINE_CHANNEL_WRITE() to preserve the value of the write across multiple COROUTINE_YIELD(...</div><div class="ttdef"><b>Definition:</b> <a href="Channel_8h_source.html#l00053">Channel.h:53</a></div></div> |
179 | 177 | <div class="ttc" id="aclassace__routine_1_1Channel_html_ad7fa46d27162b4ec9ffa257f3881931d"><div class="ttname"><a href="classace__routine_1_1Channel.html#ad7fa46d27162b4ec9ffa257f3881931d">ace_routine::Channel::write</a></div><div class="ttdeci">bool write()</div><div class="ttdoc">Same as write(constT& value) except use the value of setValue().</div><div class="ttdef"><b>Definition:</b> <a href="Channel_8h_source.html#l00062">Channel.h:62</a></div></div> |
| 178 | +<div class="ttc" id="aclassace__routine_1_1Channel_html_ae004356c45d9017d0e375d4468b094e2"><div class="ttname"><a href="classace__routine_1_1Channel.html#ae004356c45d9017d0e375d4468b094e2">ace_routine::Channel::Channel</a></div><div class="ttdeci">Channel()</div><div class="ttdoc">Constructor.</div><div class="ttdef"><b>Definition:</b> <a href="Channel_8h_source.html#l00046">Channel.h:46</a></div></div> |
| 179 | +</div><!-- fragment --></div><!-- contents --> |
180 | 180 | <!-- start footer part --> |
181 | 181 | <hr class="footer"/><address class="footer"><small> |
182 | | -Generated by  <a href="http://www.doxygen.org/index.html"> |
183 | | -<img class="footer" src="doxygen.png" alt="doxygen"/> |
184 | | -</a> 1.8.17 |
| 182 | +Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 |
185 | 183 | </small></address> |
186 | 184 | </body> |
187 | 185 | </html> |
0 commit comments