|
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>AceTime: /home/brian/dev/AceTime/src/ace_time/BasicZoneProcessor.cpp Source File</title> |
| 8 | +<title>AceTime: /home/brian/src/AceTime/src/ace_time/BasicZoneProcessor.cpp 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">AceTime |
25 | | -  <span id="projectnumber">1.1</span> |
| 25 | +  <span id="projectnumber">1.1.1</span> |
26 | 26 | </div> |
27 | 27 | <div id="projectbrief">Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.</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">BasicZoneProcessor.cpp</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"> * Copyright (c) 2019 Brian T. Park</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> */</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include <Print.h></span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#include "BasicZone.h"</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include "BasicZoneProcessor.h"</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="keyword">namespace </span><a class="code" href="namespaceace__time.html">ace_time</a> {</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> </div><div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8"> 12</a></span> <span class="keywordtype">void</span> <a class="code" href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8">BasicZoneProcessor::printTo</a>(Print& printer)<span class="keyword"> const </span>{</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  printer.print(<a class="code" href="classace__time_1_1BasicZone.html">BasicZone</a>(mZoneInfo.zoneInfo()).name());</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> }</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> </div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59"> 16</a></span> <span class="keywordtype">void</span> <a class="code" href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59">BasicZoneProcessor::printShortTo</a>(Print& printer)<span class="keyword"> const </span>{</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  printer.print(<a class="code" href="classace__time_1_1BasicZone.html">BasicZone</a>(mZoneInfo.zoneInfo()).shortName());</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> }</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> </div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> }</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div><div class="ttc" id="classace__time_1_1BasicZoneProcessor_html_a2ffd1466b94ce686664c75c8aeea95c8"><div class="ttname"><a href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8">ace_time::BasicZoneProcessor::printTo</a></div><div class="ttdeci">void printTo(Print &printer) const override</div><div class="ttdoc">Print a human-readable identifier (e.g. </div><div class="ttdef"><b>Definition:</b> <a href="BasicZoneProcessor_8cpp_source.html#l00012">BasicZoneProcessor.cpp:12</a></div></div> |
72 | | -<div class="ttc" id="namespaceace__time_html"><div class="ttname"><a href="namespaceace__time.html">ace_time</a></div><div class="ttdef"><b>Definition:</b> <a href="BasicZone_8h_source.html#l00015">BasicZone.h:15</a></div></div> |
73 | | -<div class="ttc" id="classace__time_1_1BasicZone_html"><div class="ttname"><a href="classace__time_1_1BasicZone.html">ace_time::BasicZone</a></div><div class="ttdoc">A thin wrapper around a basic::ZoneInfo data structure to provide a stable API access to some useful ...</div><div class="ttdef"><b>Definition:</b> <a href="BasicZone_8h_source.html#l00022">BasicZone.h:22</a></div></div> |
74 | | -<div class="ttc" id="classace__time_1_1BasicZoneProcessor_html_a4176537e82ef07950101c0d83b3a7f59"><div class="ttname"><a href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59">ace_time::BasicZoneProcessor::printShortTo</a></div><div class="ttdeci">void printShortTo(Print &printer) const override</div><div class="ttdoc">Print a short human-readable identifier (e.g. </div><div class="ttdef"><b>Definition:</b> <a href="BasicZoneProcessor_8cpp_source.html#l00016">BasicZoneProcessor.cpp:16</a></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"> * Copyright (c) 2019 Brian T. Park</span></div> |
| 77 | +<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> */</span></div> |
| 78 | +<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>  </div> |
| 79 | +<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include <Print.h></span></div> |
| 80 | +<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#include "BasicZone.h"</span></div> |
| 81 | +<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include "BasicZoneProcessor.h"</span></div> |
| 82 | +<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>  </div> |
| 83 | +<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="keyword">namespace </span>ace_time {</div> |
| 84 | +<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>  </div> |
| 85 | +<div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8"> 12</a></span> <span class="keywordtype">void</span> <a class="code" href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8">BasicZoneProcessor::printTo</a>(Print& printer)<span class="keyword"> const </span>{</div> |
| 86 | +<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  printer.print(<a class="code" href="classace__time_1_1BasicZone.html">BasicZone</a>(mZoneInfo.zoneInfo()).name());</div> |
| 87 | +<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> }</div> |
| 88 | +<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  </div> |
| 89 | +<div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59"> 16</a></span> <span class="keywordtype">void</span> <a class="code" href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59">BasicZoneProcessor::printShortTo</a>(Print& printer)<span class="keyword"> const </span>{</div> |
| 90 | +<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  printer.print(<a class="code" href="classace__time_1_1BasicZone.html">BasicZone</a>(mZoneInfo.zoneInfo()).shortName());</div> |
| 91 | +<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> }</div> |
| 92 | +<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div> |
| 93 | +<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> }</div> |
| 94 | +<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div> |
75 | 95 | </div><!-- fragment --></div><!-- contents --> |
| 96 | +<div class="ttc" id="aclassace__time_1_1BasicZone_html"><div class="ttname"><a href="classace__time_1_1BasicZone.html">ace_time::BasicZone</a></div><div class="ttdoc">A thin wrapper around a basic::ZoneInfo data structure to provide a stable API access to some useful ...</div><div class="ttdef"><b>Definition:</b> <a href="BasicZone_8h_source.html#l00022">BasicZone.h:22</a></div></div> |
| 97 | +<div class="ttc" id="aclassace__time_1_1BasicZoneProcessor_html_a2ffd1466b94ce686664c75c8aeea95c8"><div class="ttname"><a href="classace__time_1_1BasicZoneProcessor.html#a2ffd1466b94ce686664c75c8aeea95c8">ace_time::BasicZoneProcessor::printTo</a></div><div class="ttdeci">void printTo(Print &printer) const override</div><div class="ttdoc">Print a human-readable identifier (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="BasicZoneProcessor_8cpp_source.html#l00012">BasicZoneProcessor.cpp:12</a></div></div> |
| 98 | +<div class="ttc" id="aclassace__time_1_1BasicZoneProcessor_html_a4176537e82ef07950101c0d83b3a7f59"><div class="ttname"><a href="classace__time_1_1BasicZoneProcessor.html#a4176537e82ef07950101c0d83b3a7f59">ace_time::BasicZoneProcessor::printShortTo</a></div><div class="ttdeci">void printShortTo(Print &printer) const override</div><div class="ttdoc">Print a short human-readable identifier (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="BasicZoneProcessor_8cpp_source.html#l00016">BasicZoneProcessor.cpp:16</a></div></div> |
76 | 99 | <!-- start footer part --> |
77 | 100 | <hr class="footer"/><address class="footer"><small> |
78 | 101 | Generated by  <a href="http://www.doxygen.org/index.html"> |
79 | 102 | <img class="footer" src="doxygen.png" alt="doxygen"/> |
80 | | -</a> 1.8.13 |
| 103 | +</a> 1.8.17 |
81 | 104 | </small></address> |
82 | 105 | </body> |
83 | 106 | </html> |
0 commit comments