libnx/time_8h_source.html
2025-05-08 06:59:12 +00:00

282 lines
47 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libnx: include/switch/services/time.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">libnx<span id="projectnumber">&#160;v4.9.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_42bea3d40f1f1694e41a8f3166c98108.html">switch</a></li><li class="navelem"><a class="el" href="dir_04a7e0b94d44ce4fc7ca3462163fd33c.html">services</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">time.h</div></div>
</div><!--header-->
<div class="contents">
<a href="time_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/**</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * @file time.h</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * @brief Time services IPC wrapper.</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * @author yellows8</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * @copyright libnx Authors</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> */</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include &quot;../types.h&quot;</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include &quot;../sf/service.h&quot;</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"></span> </div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">/// Values for __nx_time_service_type.</span></div>
<div class="foldopen" id="foldopen00013" data-start="{" data-end="};">
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cd"> 13</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"><a class="line" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda614f059e13dea85562c31182cf3b882f"> 14</a></span> <a class="code hl_enumvalue" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda614f059e13dea85562c31182cf3b882f">TimeServiceType_User</a> = 0, <span class="comment">///&lt; Default. Initializes time:u.</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda8d1d034cadac00cbd52a822a3fd07d15"> 15</a></span> <a class="code hl_enumvalue" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda8d1d034cadac00cbd52a822a3fd07d15">TimeServiceType_Menu</a> = 1, <span class="comment">///&lt; Initializes time:a</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda5817588c830d5099e8992f857abea5c0"> 16</a></span> <a class="code hl_enumvalue" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda5817588c830d5099e8992f857abea5c0">TimeServiceType_System</a> = 2, <span class="comment">///&lt; Initializes time:s.</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda002815ca54e5982f0eed77d6b1a7b929"> 17</a></span> <a class="code hl_enumvalue" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda002815ca54e5982f0eed77d6b1a7b929">TimeServiceType_Repair</a> = 3, <span class="comment">///&lt; Initializes time:r. Only available with [9.0.0+].</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda4916ee430f0857639e9af4f74247a540"> 18</a></span> <a class="code hl_enumvalue" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda4916ee430f0857639e9af4f74247a540">TimeServiceType_SystemUser</a> = 4, <span class="comment">///&lt; Initializes time:su. Only available with [9.0.0+].</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span>} <a class="code hl_enumeration" href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cd">TimeServiceType</a>;</div>
</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment"></span> </div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="comment">/// Time clock type.</span></div>
<div class="foldopen" id="foldopen00022" data-start="{" data-end="};">
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="time_8h.html#a06411e4b1d6791157bb089cc368b11d3"> 22</a></span><span class="comment"></span><span class="keyword">typedef</span> <span class="keyword">enum</span> {</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> TimeType_UserSystemClock,</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> TimeType_NetworkSystemClock,</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> TimeType_LocalSystemClock,</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> TimeType_Default = TimeType_UserSystemClock,</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span>} <a class="code hl_enumeration" href="time_8h.html#a06411e4b1d6791157bb089cc368b11d3">TimeType</a>;</div>
</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="foldopen" id="foldopen00029" data-start="{" data-end="};">
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="structTimeCalendarTime.html"> 29</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <a class="code hl_typedef" href="types_8h.html#ace9d960e74685e2cd84b36132dbbf8aa">u16</a> year;</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> month;</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> day;</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> hour;</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> minute;</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> second;</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> pad;</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span>} <a class="code hl_struct" href="structTimeCalendarTime.html">TimeCalendarTime</a>;</div>
</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="foldopen" id="foldopen00039" data-start="{" data-end="};">
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="structTimeCalendarAdditionalInfo.html"> 39</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="structTimeCalendarAdditionalInfo.html#acb1454f2aa75c8576da688cafe816129"> 40</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structTimeCalendarAdditionalInfo.html#acb1454f2aa75c8576da688cafe816129">wday</a>; <span class="comment">///&lt; 0-based day-of-week.</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="structTimeCalendarAdditionalInfo.html#ac723343e94e9293a40262e63ed026da2"> 41</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structTimeCalendarAdditionalInfo.html#ac723343e94e9293a40262e63ed026da2">yday</a>; <span class="comment">///&lt; 0-based day-of-year.</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="structTimeCalendarAdditionalInfo.html#abb1a6c379b7f983fd5fb2bf873d8f9a0"> 42</a></span> <span class="keywordtype">char</span> timezoneName[8]; <span class="comment">///&lt; Timezone name string.</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="structTimeCalendarAdditionalInfo.html#aac8d91c61a179edad78744db0253f3b2"> 43</a></span> <a class="code hl_typedef" href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a> <a class="code hl_variable" href="structTimeCalendarAdditionalInfo.html#aac8d91c61a179edad78744db0253f3b2">DST</a>; <span class="comment">///&lt; 0 = no DST, 1 = DST.</span></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="structTimeCalendarAdditionalInfo.html#a125d64af4f228c0e9872d23d84421eeb"> 44</a></span> <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> <a class="code hl_variable" href="structTimeCalendarAdditionalInfo.html#a125d64af4f228c0e9872d23d84421eeb">offset</a>; <span class="comment">///&lt; Seconds relative to UTC for this timezone.</span></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>} <a class="code hl_struct" href="structTimeCalendarAdditionalInfo.html">TimeCalendarAdditionalInfo</a>;</div>
</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="foldopen" id="foldopen00047" data-start="{" data-end="};">
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="structTimeZoneRule.html"> 47</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <a class="code hl_typedef" href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a> data[0x4000];</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span>} <a class="code hl_struct" href="structTimeZoneRule.html">TimeZoneRule</a>;</div>
</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="foldopen" id="foldopen00051" data-start="{" data-end="};">
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="structTimeLocationName.html"> 51</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keywordtype">char</span> name[0x24];</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span>} <a class="code hl_struct" href="structTimeLocationName.html">TimeLocationName</a>;</div>
</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
<div class="foldopen" id="foldopen00055" data-start="{" data-end="};">
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="structTimeSteadyClockTimePoint.html"> 55</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="structTimeSteadyClockTimePoint.html#a66626c2f643a4dba0aceaa276cb24f63"> 56</a></span> <a class="code hl_typedef" href="types_8h.html#a350c6fc928e3bdc6c6486268ac8fb269">s64</a> <a class="code hl_variable" href="structTimeSteadyClockTimePoint.html#a66626c2f643a4dba0aceaa276cb24f63">time_point</a>; <span class="comment">///&lt; Monotonic count in seconds.</span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="structTimeSteadyClockTimePoint.html#a1e9166cf120b57bcb9f584fdaeb22352"> 57</a></span> <a class="code hl_struct" href="structUuid.html">Uuid</a> <a class="code hl_variable" href="structTimeSteadyClockTimePoint.html#a1e9166cf120b57bcb9f584fdaeb22352">source_id</a>; <span class="comment">///&lt; An ID representing the clock source.</span></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span>} <a class="code hl_struct" href="structTimeSteadyClockTimePoint.html">TimeSteadyClockTimePoint</a>;</div>
</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="foldopen" id="foldopen00060" data-start="{" data-end="};">
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="structTimeStandardSteadyClockTimePointType.html"> 60</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <a class="code hl_typedef" href="types_8h.html#a350c6fc928e3bdc6c6486268ac8fb269">s64</a> base_time;</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <a class="code hl_struct" href="structUuid.html">Uuid</a> source_id;</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span>} <a class="code hl_struct" href="structTimeStandardSteadyClockTimePointType.html">TimeStandardSteadyClockTimePointType</a>;</div>
</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="foldopen" id="foldopen00065" data-start="{" data-end="};">
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="structTimeSystemClockContext.html"> 65</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <a class="code hl_typedef" href="types_8h.html#a350c6fc928e3bdc6c6486268ac8fb269">s64</a> offset;</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <a class="code hl_struct" href="structTimeSteadyClockTimePoint.html">TimeSteadyClockTimePoint</a> timestamp;</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span>} <a class="code hl_struct" href="structTimeSystemClockContext.html">TimeSystemClockContext</a>;</div>
</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="comment"></span> </div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="comment">/// Initialize time. Used automatically during app startup.</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="time_8h.html#af498ddca11c96e19a5800f55fed34b77"> 71</a></span><span class="comment"></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="time_8h.html#af498ddca11c96e19a5800f55fed34b77">timeInitialize</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><span class="comment"></span> </div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span><span class="comment">/// Exit time. Used automatically during app startup.</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="time_8h.html#a6f5b58573772442be5ed65a13c01112c"> 74</a></span><span class="comment"></span><span class="keywordtype">void</span> <a class="code hl_function" href="time_8h.html#a6f5b58573772442be5ed65a13c01112c">timeExit</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><span class="comment"></span> </div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="comment">/// Gets the Service object for the actual time service session.</span></div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="time_8h.html#af818cc83e02b6dbfc8b3a99c422d11f9"> 77</a></span><span class="comment"></span><a class="code hl_struct" href="structService.html">Service</a>* <a class="code hl_function" href="time_8h.html#af818cc83e02b6dbfc8b3a99c422d11f9">timeGetServiceSession</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span><span class="comment"></span> </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="comment">/// Gets the Service object for ISystemClock with the specified \ref TimeType. This will return NULL when the type is invalid.</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"><a class="line" href="time_8h.html#a202ffc74616605b727d8f37947bf472a"> 80</a></span><span class="comment"></span><a class="code hl_struct" href="structService.html">Service</a>* <a class="code hl_function" href="time_8h.html#a202ffc74616605b727d8f37947bf472a">timeGetServiceSession_SystemClock</a>(<a class="code hl_enumeration" href="time_8h.html#a06411e4b1d6791157bb089cc368b11d3">TimeType</a> type);</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="comment"></span> </div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="comment">/// Gets the Service object for ISteadyClock.</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="time_8h.html#ab39883c798159c8599e312085935acb8"> 83</a></span><span class="comment"></span><a class="code hl_struct" href="structService.html">Service</a>* <a class="code hl_function" href="time_8h.html#ab39883c798159c8599e312085935acb8">timeGetServiceSession_SteadyClock</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="comment"></span> </div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="comment">/// Gets the Service object for ITimeZoneService.</span></div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="time_8h.html#af5610c7233f04e5f76ca75f5c97882c5"> 86</a></span><span class="comment"></span><a class="code hl_struct" href="structService.html">Service</a>* <a class="code hl_function" href="time_8h.html#af5610c7233f04e5f76ca75f5c97882c5">timeGetServiceSession_TimeZoneService</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="comment"></span> </div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="comment">/// [6.0.0+] Gets the address of the SharedMemory.</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="time_8h.html#a6fe2b3037ca18b62be3f8e994a37424c"> 89</a></span><span class="comment"></span><span class="keywordtype">void</span>* <a class="code hl_function" href="time_8h.html#a6fe2b3037ca18b62be3f8e994a37424c">timeGetSharedmemAddr</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="comment"></span> </div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="comment">/**</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span><span class="comment"> * @brief Gets the timepoint for the standard steady clock.</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span><span class="comment"> * @param[out] out Output timepoint (see \ref TimeSteadyClockTimePoint)</span></div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span><span class="comment"> * @remark The standard steady clock counts time since the RTC was configured (usually this happens during manufacturing).</span></div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span><span class="comment"> * @return Result code.</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span><span class="comment"> */</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="time_8h.html#a0a5e8585a399feae792a410753af897d"> 97</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="time_8h.html#a0a5e8585a399feae792a410753af897d">timeGetStandardSteadyClockTimePoint</a>(<a class="code hl_struct" href="structTimeSteadyClockTimePoint.html">TimeSteadyClockTimePoint</a> *out);</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><span class="comment"></span> </div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span><span class="comment">/**</span></div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="comment"> * @brief [3.0.0+] Gets the internal offset for the standard steady clock.</span></div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span><span class="comment"> * @param[out] out Output internal offset.</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="comment"> * @return Result code.</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span><span class="comment"> */</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="time_8h.html#a5d690ab22ca39a80cfba2a6d9f35269d"> 104</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="time_8h.html#a5d690ab22ca39a80cfba2a6d9f35269d">timeGetStandardSteadyClockInternalOffset</a>(<a class="code hl_typedef" href="types_8h.html#a350c6fc928e3bdc6c6486268ac8fb269">s64</a> *out);</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="comment"></span> </div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span><span class="comment">/**</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="comment"> * @brief Gets the time for the specified clock.</span></div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span><span class="comment"> * @param[in] type Clock to use.</span></div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span><span class="comment"> * @param[out] timestamp POSIX UTC timestamp.</span></div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span><span class="comment"> * @return Result code.</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="comment"> */</span></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="time_8h.html#ac56a1350471bf29a66ffa47c97c2715d"> 112</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="time_8h.html#ac56a1350471bf29a66ffa47c97c2715d">timeGetCurrentTime</a>(<a class="code hl_enumeration" href="time_8h.html#a06411e4b1d6791157bb089cc368b11d3">TimeType</a> type, <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> *timestamp);</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span><span class="comment"></span> </div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="comment">/**</span></div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span><span class="comment"> * @brief Sets the time for the specified clock.</span></div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span><span class="comment"> * @param[in] type Clock to use.</span></div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="comment"> * @param[in] timestamp POSIX UTC timestamp.</span></div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span><span class="comment"> * @return Result code.</span></div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span><span class="comment"> */</span></div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="time_8h.html#afc79716c649f8c0f8ee734f1cd4a228c"> 120</a></span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> <a class="code hl_function" href="time_8h.html#afc79716c649f8c0f8ee734f1cd4a228c">timeSetCurrentTime</a>(<a class="code hl_enumeration" href="time_8h.html#a06411e4b1d6791157bb089cc368b11d3">TimeType</a> type, <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> timestamp);</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> </div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> timeGetDeviceLocationName(<a class="code hl_struct" href="structTimeLocationName.html">TimeLocationName</a> *name);</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> timeSetDeviceLocationName(<span class="keyword">const</span> <a class="code hl_struct" href="structTimeLocationName.html">TimeLocationName</a> *name);</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> timeGetTotalLocationNameCount(<a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> *total_location_name_count);</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> timeLoadLocationNameList(<a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> index, <a class="code hl_struct" href="structTimeLocationName.html">TimeLocationName</a> *location_name_array, <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> location_name_max, <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> *location_name_count);</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> timeLoadTimeZoneRule(<span class="keyword">const</span> <a class="code hl_struct" href="structTimeLocationName.html">TimeLocationName</a> *name, <a class="code hl_struct" href="structTimeZoneRule.html">TimeZoneRule</a> *rule);</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> </div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> timeToCalendarTime(<span class="keyword">const</span> <a class="code hl_struct" href="structTimeZoneRule.html">TimeZoneRule</a> *rule, <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> timestamp, <a class="code hl_struct" href="structTimeCalendarTime.html">TimeCalendarTime</a> *caltime, <a class="code hl_struct" href="structTimeCalendarAdditionalInfo.html">TimeCalendarAdditionalInfo</a> *info);</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> timeToCalendarTimeWithMyRule(<a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> timestamp, <a class="code hl_struct" href="structTimeCalendarTime.html">TimeCalendarTime</a> *caltime, <a class="code hl_struct" href="structTimeCalendarAdditionalInfo.html">TimeCalendarAdditionalInfo</a> *info);</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> timeToPosixTime(<span class="keyword">const</span> <a class="code hl_struct" href="structTimeZoneRule.html">TimeZoneRule</a> *rule, <span class="keyword">const</span> <a class="code hl_struct" href="structTimeCalendarTime.html">TimeCalendarTime</a> *caltime, <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> *timestamp_list, <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> timestamp_list_count, <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> *timestamp_count);</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><a class="code hl_typedef" href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a> timeToPosixTimeWithMyRule(<span class="keyword">const</span> <a class="code hl_struct" href="structTimeCalendarTime.html">TimeCalendarTime</a> *caltime, <a class="code hl_typedef" href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a> *timestamp_list, <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> timestamp_list_count, <a class="code hl_typedef" href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a> *timestamp_count);</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> </div>
<div class="ttc" id="astructService_html"><div class="ttname"><a href="structService.html">Service</a></div><div class="ttdoc">Service object structure.</div><div class="ttdef"><b>Definition</b> service.h:14</div></div>
<div class="ttc" id="astructTimeCalendarAdditionalInfo_html"><div class="ttname"><a href="structTimeCalendarAdditionalInfo.html">TimeCalendarAdditionalInfo</a></div><div class="ttdef"><b>Definition</b> time.h:39</div></div>
<div class="ttc" id="astructTimeCalendarAdditionalInfo_html_a125d64af4f228c0e9872d23d84421eeb"><div class="ttname"><a href="structTimeCalendarAdditionalInfo.html#a125d64af4f228c0e9872d23d84421eeb">TimeCalendarAdditionalInfo::offset</a></div><div class="ttdeci">s32 offset</div><div class="ttdoc">Seconds relative to UTC for this timezone.</div><div class="ttdef"><b>Definition</b> time.h:44</div></div>
<div class="ttc" id="astructTimeCalendarAdditionalInfo_html_aac8d91c61a179edad78744db0253f3b2"><div class="ttname"><a href="structTimeCalendarAdditionalInfo.html#aac8d91c61a179edad78744db0253f3b2">TimeCalendarAdditionalInfo::DST</a></div><div class="ttdeci">u32 DST</div><div class="ttdoc">0 = no DST, 1 = DST.</div><div class="ttdef"><b>Definition</b> time.h:43</div></div>
<div class="ttc" id="astructTimeCalendarAdditionalInfo_html_ac723343e94e9293a40262e63ed026da2"><div class="ttname"><a href="structTimeCalendarAdditionalInfo.html#ac723343e94e9293a40262e63ed026da2">TimeCalendarAdditionalInfo::yday</a></div><div class="ttdeci">u32 yday</div><div class="ttdoc">0-based day-of-year.</div><div class="ttdef"><b>Definition</b> time.h:41</div></div>
<div class="ttc" id="astructTimeCalendarAdditionalInfo_html_acb1454f2aa75c8576da688cafe816129"><div class="ttname"><a href="structTimeCalendarAdditionalInfo.html#acb1454f2aa75c8576da688cafe816129">TimeCalendarAdditionalInfo::wday</a></div><div class="ttdeci">u32 wday</div><div class="ttdoc">0-based day-of-week.</div><div class="ttdef"><b>Definition</b> time.h:40</div></div>
<div class="ttc" id="astructTimeCalendarTime_html"><div class="ttname"><a href="structTimeCalendarTime.html">TimeCalendarTime</a></div><div class="ttdef"><b>Definition</b> time.h:29</div></div>
<div class="ttc" id="astructTimeLocationName_html"><div class="ttname"><a href="structTimeLocationName.html">TimeLocationName</a></div><div class="ttdef"><b>Definition</b> time.h:51</div></div>
<div class="ttc" id="astructTimeStandardSteadyClockTimePointType_html"><div class="ttname"><a href="structTimeStandardSteadyClockTimePointType.html">TimeStandardSteadyClockTimePointType</a></div><div class="ttdef"><b>Definition</b> time.h:60</div></div>
<div class="ttc" id="astructTimeSteadyClockTimePoint_html"><div class="ttname"><a href="structTimeSteadyClockTimePoint.html">TimeSteadyClockTimePoint</a></div><div class="ttdef"><b>Definition</b> time.h:55</div></div>
<div class="ttc" id="astructTimeSteadyClockTimePoint_html_a1e9166cf120b57bcb9f584fdaeb22352"><div class="ttname"><a href="structTimeSteadyClockTimePoint.html#a1e9166cf120b57bcb9f584fdaeb22352">TimeSteadyClockTimePoint::source_id</a></div><div class="ttdeci">Uuid source_id</div><div class="ttdoc">An ID representing the clock source.</div><div class="ttdef"><b>Definition</b> time.h:57</div></div>
<div class="ttc" id="astructTimeSteadyClockTimePoint_html_a66626c2f643a4dba0aceaa276cb24f63"><div class="ttname"><a href="structTimeSteadyClockTimePoint.html#a66626c2f643a4dba0aceaa276cb24f63">TimeSteadyClockTimePoint::time_point</a></div><div class="ttdeci">s64 time_point</div><div class="ttdoc">Monotonic count in seconds.</div><div class="ttdef"><b>Definition</b> time.h:56</div></div>
<div class="ttc" id="astructTimeSystemClockContext_html"><div class="ttname"><a href="structTimeSystemClockContext.html">TimeSystemClockContext</a></div><div class="ttdef"><b>Definition</b> time.h:65</div></div>
<div class="ttc" id="astructTimeZoneRule_html"><div class="ttname"><a href="structTimeZoneRule.html">TimeZoneRule</a></div><div class="ttdef"><b>Definition</b> time.h:47</div></div>
<div class="ttc" id="astructUuid_html"><div class="ttname"><a href="structUuid.html">Uuid</a></div><div class="ttdef"><b>Definition</b> types.h:48</div></div>
<div class="ttc" id="atime_8h_html_a06411e4b1d6791157bb089cc368b11d3"><div class="ttname"><a href="time_8h.html#a06411e4b1d6791157bb089cc368b11d3">TimeType</a></div><div class="ttdeci">TimeType</div><div class="ttdoc">Time clock type.</div><div class="ttdef"><b>Definition</b> time.h:22</div></div>
<div class="ttc" id="atime_8h_html_a0a5e8585a399feae792a410753af897d"><div class="ttname"><a href="time_8h.html#a0a5e8585a399feae792a410753af897d">timeGetStandardSteadyClockTimePoint</a></div><div class="ttdeci">Result timeGetStandardSteadyClockTimePoint(TimeSteadyClockTimePoint *out)</div><div class="ttdoc">Gets the timepoint for the standard steady clock.</div></div>
<div class="ttc" id="atime_8h_html_a202ffc74616605b727d8f37947bf472a"><div class="ttname"><a href="time_8h.html#a202ffc74616605b727d8f37947bf472a">timeGetServiceSession_SystemClock</a></div><div class="ttdeci">Service * timeGetServiceSession_SystemClock(TimeType type)</div><div class="ttdoc">Gets the Service object for ISystemClock with the specified TimeType. This will return NULL when the ...</div></div>
<div class="ttc" id="atime_8h_html_a5d690ab22ca39a80cfba2a6d9f35269d"><div class="ttname"><a href="time_8h.html#a5d690ab22ca39a80cfba2a6d9f35269d">timeGetStandardSteadyClockInternalOffset</a></div><div class="ttdeci">Result timeGetStandardSteadyClockInternalOffset(s64 *out)</div><div class="ttdoc">[3.0.0+] Gets the internal offset for the standard steady clock.</div></div>
<div class="ttc" id="atime_8h_html_a6f5b58573772442be5ed65a13c01112c"><div class="ttname"><a href="time_8h.html#a6f5b58573772442be5ed65a13c01112c">timeExit</a></div><div class="ttdeci">void timeExit(void)</div><div class="ttdoc">Exit time. Used automatically during app startup.</div></div>
<div class="ttc" id="atime_8h_html_a6fe2b3037ca18b62be3f8e994a37424c"><div class="ttname"><a href="time_8h.html#a6fe2b3037ca18b62be3f8e994a37424c">timeGetSharedmemAddr</a></div><div class="ttdeci">void * timeGetSharedmemAddr(void)</div><div class="ttdoc">[6.0.0+] Gets the address of the SharedMemory.</div></div>
<div class="ttc" id="atime_8h_html_a8af78ab0e300334f18a0a73ab610f6cd"><div class="ttname"><a href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cd">TimeServiceType</a></div><div class="ttdeci">TimeServiceType</div><div class="ttdoc">Values for __nx_time_service_type.</div><div class="ttdef"><b>Definition</b> time.h:13</div></div>
<div class="ttc" id="atime_8h_html_a8af78ab0e300334f18a0a73ab610f6cda002815ca54e5982f0eed77d6b1a7b929"><div class="ttname"><a href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda002815ca54e5982f0eed77d6b1a7b929">TimeServiceType_Repair</a></div><div class="ttdeci">@ TimeServiceType_Repair</div><div class="ttdoc">Initializes time:r. Only available with [9.0.0+].</div><div class="ttdef"><b>Definition</b> time.h:17</div></div>
<div class="ttc" id="atime_8h_html_a8af78ab0e300334f18a0a73ab610f6cda4916ee430f0857639e9af4f74247a540"><div class="ttname"><a href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda4916ee430f0857639e9af4f74247a540">TimeServiceType_SystemUser</a></div><div class="ttdeci">@ TimeServiceType_SystemUser</div><div class="ttdoc">Initializes time:su. Only available with [9.0.0+].</div><div class="ttdef"><b>Definition</b> time.h:18</div></div>
<div class="ttc" id="atime_8h_html_a8af78ab0e300334f18a0a73ab610f6cda5817588c830d5099e8992f857abea5c0"><div class="ttname"><a href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda5817588c830d5099e8992f857abea5c0">TimeServiceType_System</a></div><div class="ttdeci">@ TimeServiceType_System</div><div class="ttdoc">Initializes time:s.</div><div class="ttdef"><b>Definition</b> time.h:16</div></div>
<div class="ttc" id="atime_8h_html_a8af78ab0e300334f18a0a73ab610f6cda614f059e13dea85562c31182cf3b882f"><div class="ttname"><a href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda614f059e13dea85562c31182cf3b882f">TimeServiceType_User</a></div><div class="ttdeci">@ TimeServiceType_User</div><div class="ttdoc">Default. Initializes time:u.</div><div class="ttdef"><b>Definition</b> time.h:14</div></div>
<div class="ttc" id="atime_8h_html_a8af78ab0e300334f18a0a73ab610f6cda8d1d034cadac00cbd52a822a3fd07d15"><div class="ttname"><a href="time_8h.html#a8af78ab0e300334f18a0a73ab610f6cda8d1d034cadac00cbd52a822a3fd07d15">TimeServiceType_Menu</a></div><div class="ttdeci">@ TimeServiceType_Menu</div><div class="ttdoc">Initializes time:a.</div><div class="ttdef"><b>Definition</b> time.h:15</div></div>
<div class="ttc" id="atime_8h_html_ab39883c798159c8599e312085935acb8"><div class="ttname"><a href="time_8h.html#ab39883c798159c8599e312085935acb8">timeGetServiceSession_SteadyClock</a></div><div class="ttdeci">Service * timeGetServiceSession_SteadyClock(void)</div><div class="ttdoc">Gets the Service object for ISteadyClock.</div></div>
<div class="ttc" id="atime_8h_html_ac56a1350471bf29a66ffa47c97c2715d"><div class="ttname"><a href="time_8h.html#ac56a1350471bf29a66ffa47c97c2715d">timeGetCurrentTime</a></div><div class="ttdeci">Result timeGetCurrentTime(TimeType type, u64 *timestamp)</div><div class="ttdoc">Gets the time for the specified clock.</div></div>
<div class="ttc" id="atime_8h_html_af498ddca11c96e19a5800f55fed34b77"><div class="ttname"><a href="time_8h.html#af498ddca11c96e19a5800f55fed34b77">timeInitialize</a></div><div class="ttdeci">Result timeInitialize(void)</div><div class="ttdoc">Initialize time. Used automatically during app startup.</div></div>
<div class="ttc" id="atime_8h_html_af5610c7233f04e5f76ca75f5c97882c5"><div class="ttname"><a href="time_8h.html#af5610c7233f04e5f76ca75f5c97882c5">timeGetServiceSession_TimeZoneService</a></div><div class="ttdeci">Service * timeGetServiceSession_TimeZoneService(void)</div><div class="ttdoc">Gets the Service object for ITimeZoneService.</div></div>
<div class="ttc" id="atime_8h_html_af818cc83e02b6dbfc8b3a99c422d11f9"><div class="ttname"><a href="time_8h.html#af818cc83e02b6dbfc8b3a99c422d11f9">timeGetServiceSession</a></div><div class="ttdeci">Service * timeGetServiceSession(void)</div><div class="ttdoc">Gets the Service object for the actual time service session.</div></div>
<div class="ttc" id="atime_8h_html_afc79716c649f8c0f8ee734f1cd4a228c"><div class="ttname"><a href="time_8h.html#afc79716c649f8c0f8ee734f1cd4a228c">timeSetCurrentTime</a></div><div class="ttdeci">Result timeSetCurrentTime(TimeType type, u64 timestamp)</div><div class="ttdoc">Sets the time for the specified clock.</div></div>
<div class="ttc" id="atypes_8h_html_a350c6fc928e3bdc6c6486268ac8fb269"><div class="ttname"><a href="types_8h.html#a350c6fc928e3bdc6c6486268ac8fb269">s64</a></div><div class="ttdeci">int64_t s64</div><div class="ttdoc">64-bit signed integer.</div><div class="ttdef"><b>Definition</b> types.h:28</div></div>
<div class="ttc" id="atypes_8h_html_a3f7e2bcbb0b4c338f3c4f6c937cd4234"><div class="ttname"><a href="types_8h.html#a3f7e2bcbb0b4c338f3c4f6c937cd4234">u64</a></div><div class="ttdeci">uint64_t u64</div><div class="ttdoc">64-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:22</div></div>
<div class="ttc" id="atypes_8h_html_a92c50087ca0e64fa93fc59402c55f8ca"><div class="ttname"><a href="types_8h.html#a92c50087ca0e64fa93fc59402c55f8ca">u8</a></div><div class="ttdeci">uint8_t u8</div><div class="ttdoc">8-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:19</div></div>
<div class="ttc" id="atypes_8h_html_ace9d960e74685e2cd84b36132dbbf8aa"><div class="ttname"><a href="types_8h.html#ace9d960e74685e2cd84b36132dbbf8aa">u16</a></div><div class="ttdeci">uint16_t u16</div><div class="ttdoc">16-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:20</div></div>
<div class="ttc" id="atypes_8h_html_ad1be2721625a17f1be47fac918032afe"><div class="ttname"><a href="types_8h.html#ad1be2721625a17f1be47fac918032afe">Result</a></div><div class="ttdeci">u32 Result</div><div class="ttdoc">Function error code result type.</div><div class="ttdef"><b>Definition</b> types.h:44</div></div>
<div class="ttc" id="atypes_8h_html_ae9b1af5c037e57a98884758875d3a7c4"><div class="ttname"><a href="types_8h.html#ae9b1af5c037e57a98884758875d3a7c4">s32</a></div><div class="ttdeci">int32_t s32</div><div class="ttdoc">32-bit signed integer.</div><div class="ttdef"><b>Definition</b> types.h:27</div></div>
<div class="ttc" id="atypes_8h_html_afaa62991928fb9fb18ff0db62a040aba"><div class="ttname"><a href="types_8h.html#afaa62991928fb9fb18ff0db62a040aba">u32</a></div><div class="ttdeci">uint32_t u32</div><div class="ttdoc">32-bit unsigned integer.</div><div class="ttdef"><b>Definition</b> types.h:21</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>