|
1 | | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
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.13"/> |
| 6 | +<meta name="generator" content="Doxygen 1.8.17"/> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
8 | | -<title>AceRoutine: /home/brian/dev/AceRoutine/src/AceRoutine.h Source File</title> |
| 8 | +<title>AceRoutine: /home/brian/src/AceRoutine/src/AceRoutine.h Source File</title> |
9 | 9 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
10 | 10 | <script type="text/javascript" src="jquery.js"></script> |
11 | 11 | <script type="text/javascript" src="dynsections.js"></script> |
|
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.0</span> |
| 25 | +  <span id="projectnumber">1.0.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.13 --> |
| 34 | +<!-- Generated by Doxygen 1.8.17 --> |
35 | 35 | <script type="text/javascript"> |
| 36 | +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
36 | 37 | var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
| 38 | +/* @license-end */ |
37 | 39 | </script> |
38 | 40 | <script type="text/javascript" src="menudata.js"></script> |
39 | 41 | <script type="text/javascript" src="menu.js"></script> |
40 | 42 | <script type="text/javascript"> |
| 43 | +/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
41 | 44 | $(function() { |
42 | 45 | initMenu('',true,false,'search.php','Search'); |
43 | 46 | $(document).ready(function() { init_search(); }); |
44 | 47 | }); |
45 | | -</script> |
| 48 | +/* @license-end */</script> |
46 | 49 | <div id="main-nav"></div> |
47 | 50 | <!-- window showing the filter options --> |
48 | 51 | <div id="MSearchSelectWindow" |
|
68 | 71 | <div class="title">AceRoutine.h</div> </div> |
69 | 72 | </div><!--header--> |
70 | 73 | <div class="contents"> |
71 | | -<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">MIT License</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"></span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">Copyright (c) 2018 Brian T. Park</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 is hereby granted, free of charge, to any person obtaining a copy</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">of this software and associated documentation files (the "Software"), to deal</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">in the Software without restriction, including without limitation the rights</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">copies of the Software, and to permit persons to whom the Software is</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">furnished to do so, subject to the following conditions:</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"></span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">The above copyright notice and this permission notice shall be included in all</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">copies or substantial portions of the Software.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment">LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment">SOFTWARE.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment">*/</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#ifndef ACE_ROUTINE_ACE_ROUTINE_H</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#define ACE_ROUTINE_ACE_ROUTINE_H</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#include "<a class="code" href="Coroutine_8h.html">ace_routine/Coroutine.h</a>"</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#include "ace_routine/CoroutineScheduler.h"</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#include "ace_routine/Channel.h"</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment">// Version format: xxyyzz == "xx.yy.zz"</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#define ACE_ROUTINE_VERSION 10000</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="preprocessor">#define ACE_ROUTINE_VERSION_STRING "1.0"</span></div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#endif</span></div><div class="ttc" id="Coroutine_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> |
| 74 | +<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div> |
| 75 | +<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">MIT License</span></div> |
| 76 | +<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"></span> </div> |
| 77 | +<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">Copyright (c) 2018 Brian T. Park</span></div> |
| 78 | +<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div> |
| 79 | +<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">Permission is hereby granted, free of charge, to any person obtaining a copy</span></div> |
| 80 | +<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">of this software and associated documentation files (the "Software"), to deal</span></div> |
| 81 | +<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">in the Software without restriction, including without limitation the rights</span></div> |
| 82 | +<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span></div> |
| 83 | +<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">copies of the Software, and to permit persons to whom the Software is</span></div> |
| 84 | +<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">furnished to do so, subject to the following conditions:</span></div> |
| 85 | +<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"></span> </div> |
| 86 | +<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">The above copyright notice and this permission notice shall be included in all</span></div> |
| 87 | +<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">copies or substantial portions of the Software.</span></div> |
| 88 | +<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"></span> </div> |
| 89 | +<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div> |
| 90 | +<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div> |
| 91 | +<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div> |
| 92 | +<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div> |
| 93 | +<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment">LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div> |
| 94 | +<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span></div> |
| 95 | +<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment">SOFTWARE.</span></div> |
| 96 | +<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment">*/</span></div> |
| 97 | +<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  </div> |
| 98 | +<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#ifndef ACE_ROUTINE_ACE_ROUTINE_H</span></div> |
| 99 | +<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#define ACE_ROUTINE_ACE_ROUTINE_H</span></div> |
| 100 | +<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  </div> |
| 101 | +<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#include "<a class="code" href="Coroutine_8h.html">ace_routine/Coroutine.h</a>"</span></div> |
| 102 | +<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#include "ace_routine/CoroutineScheduler.h"</span></div> |
| 103 | +<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#include "ace_routine/Channel.h"</span></div> |
| 104 | +<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div> |
| 105 | +<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment">// Version format: xxyyzz == "xx.yy.zz"</span></div> |
| 106 | +<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#define ACE_ROUTINE_VERSION 10001</span></div> |
| 107 | +<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="preprocessor">#define ACE_ROUTINE_VERSION_STRING "1.0.1"</span></div> |
| 108 | +<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div> |
| 109 | +<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#endif</span></div> |
72 | 110 | </div><!-- fragment --></div><!-- contents --> |
| 111 | +<div class="ttc" id="aCoroutine_8h_html"><div class="ttname"><a href="Coroutine_8h.html">Coroutine.h</a></div></div> |
73 | 112 | <!-- start footer part --> |
74 | 113 | <hr class="footer"/><address class="footer"><small> |
75 | 114 | Generated by  <a href="http://www.doxygen.org/index.html"> |
76 | 115 | <img class="footer" src="doxygen.png" alt="doxygen"/> |
77 | | -</a> 1.8.13 |
| 116 | +</a> 1.8.17 |
78 | 117 | </small></address> |
79 | 118 | </body> |
80 | 119 | </html> |
0 commit comments