1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50<title>nn::pl::CTR</title> 51 </head> 52 <body> 53<h1><CODE>nn::pl::CTR</CODE> Namespace</h1> 54<h2>Description</h2> 55 <div class="section"> 56<p>Namespace for <a href="../../../nn/pl/CTR/Overview.html">CTR</a>-specific API functions.</p><p>(This can also be written without the "::CTR" portion.))</p>Use the <CODE>nn::ptm::CTR::Initialize</CODE> and <CODE>nn::ptm::CTR::Finalize</CODE> functions to initialize and finalize the pedometer library.</div> 57 <a name="class" id="class"> 58<h2>Classes</h2> 59 <div class="section"> 60 <table class="members"> 61 <tr> 62 <th> 63<a href="../../../nn/pl/CTR/ResultIsWriting/Overview.html">nn::pl::CTR::ResultIsWriting</a> 64 </th> 65<td>Indicates that the writing of the number of steps data is currently executing. Retry after some time has passed.</td> 66 </tr> </table> 67 </div> 68 </a> <a name="struct" id="struct"> 69<h2>Structures</h2> 70 <div class="section"> 71 <table class="members"> 72 <tr> 73 <th> 74<a href="../../../nn/pl/CTR/PedometerMonthHeader/Overview.html">nn::pl::CTR::PedometerMonthHeader</a> 75 </th> 76<td>Structure that holds the recorded year and month for pedometer entries.</td> 77 </tr> 78 <tr> 79 <th> 80<a href="../../../nn/pl/CTR/PedometerHistoryHeader/Overview.html">nn::pl::CTR::PedometerHistoryHeader</a> 81 </th> 82<td>Structure that indicates the header information for pedometer data.</td> 83 </tr> 84 <tr> 85 <th> 86<a href="../../../nn/pl/CTR/PedometerEntry/Overview.html">nn::pl::CTR::PedometerEntry</a> 87 </th> 88<td>The structure for the entry that indicates the year and month and the number of steps recorded.</td> 89 </tr> </table> 90 </div> 91 </a> <a name="enum" id="enum"> 92<h2>Enumerated Types</h2> 93 <div class="section"> 94 <table class="members"> 95 <tr> 96<th class="category" colspan="3">Shared Fonts</th> 97 </tr> 98 <tr> 99 <td width="100"> </td> 100 <th> 101<a href="../../../nn/pl/CTR/SharedFontType.html">SharedFontType</a> 102 </th> 103<td>Indicates the type of shared font.</td> 104 </tr> 105 <tr> 106 <td width="100"> </td> 107 <th> 108<a href="../../../nn/pl/CTR/SharedFontLoadState.html">SharedFontLoadState</a> 109 </th> 110<td>Indicates the load state of the shared font.</td> 111 </tr> </table> 112 </div> 113 </a> <a name="typedef" id="typedef"> 114<h2><CODE>typedef</CODE> Definitions</h2> 115 <div class="section"> 116 <table class="members"> 117 <tr> 118<th class="category" colspan="3">Pedometer Library</th> 119 </tr> 120 <tr> 121 <td width="100" /> 122 <th> 123<a href="../../../nn/pl/CTR/PedometerMonthData.html">PedometerMonthData</a> 124 </th> 125<td>The type that holds one month's worth of steps.</td> 126 </tr> 127 <tr> 128 <td width="100" /> 129 <th> 130<a href="../../../nn/pl/CTR/PedometerHistoryData.html">PedometerHistoryData</a> 131 </th> 132<td>The type that holds all step data (ten years' worth) for the pedometer library.</td> 133 </tr> </table> 134 </div> 135 </a> <a name="constant" id="constant"> 136<h2>Constants</h2> 137 <div class="section"> 138 <table class="members"> 139 <tr> 140<th class="category" colspan="3">Pedometer Library</th> 141 </tr> 142 <tr> 143 <td width="100"> </td> 144 <th> 145<span class="argument"><a href="../../../nn/pl/CTR/MAX_MONTHDAYS.html">MAX_MONTHDAYS</a></span> 146 </th> 147<td>The number of days saved for entries in a single month.</td> 148 </tr> 149 <tr> 150 <td width="100"> </td> 151 <th> 152<span class="argument"><a href="../../../nn/pl/CTR/DAYHOURS.html">DAYHOURS</a></span> 153 </th> 154<td>The number of hours saves for entries in a single day.</td> 155 </tr> 156 <tr> 157 <td width="100"> </td> 158 <th> 159<span class="argument"><a href="../../../nn/pl/CTR/NUM_FREESPACE.html">NUM_FREESPACE</a></span> 160 </th> 161<td>The number of internal entries.</td> 162 </tr> 163 <tr> 164 <td width="100"> </td> 165 <th> 166<span class="argument"><a href="../../../nn/pl/CTR/NUM_MONTHHISTORIES.html">NUM_MONTHHISTORIES</a></span> 167 </th> 168<td>The maximum value of entries per month saved for the pedometer library.</td> 169 </tr> 170 <tr> 171 <td width="100"> </td> 172 <th> 173<span class="argument"><a href="../../../nn/pl/CTR/MAX_MONTHHISTORIES.html">MAX_MONTHHISTORIES</a></span> 174 </th> 175<td>The saved value internal to the entries per month.</td> 176 </tr> 177 <tr> 178 <td width="100"> </td> 179 <th> 180<span class="argument"><a href="../../../nn/pl/CTR/NUM_MONTHHISTORYENTRIES.html">NUM_MONTHHISTORYENTRIES</a></span> 181 </th> 182<td>One month's worth of saved data.</td> 183 </tr> 184 <tr> 185 <td width="100"> </td> 186 <th> 187<span class="argument"><a href="../../../nn/pl/CTR/INVALID_COUNTER.html">INVALID_COUNTER</a></span> 188 </th> 189<td>A value that indicates an invalid entry.</td> 190 </tr> </table> 191 </div> 192 </a> <a name="function" id="function"> 193<h2>Functions</h2> 194 <div class="section"> 195 <table class="members"> 196 <tr> 197<th class="category" colspan="3">Pedometer Library</th> 198 </tr> 199 <tr> 200 <td width="100"> </td> 201 <th> 202<a href="../../../nn/pl/CTR/GetPedometerState.html">GetPedometerState</a> 203 </th> 204<td>Returns the status of the pedometer.</td> 205 </tr> 206 <tr> 207 <td width="100"> </td> 208 <th> 209<a href="../../../nn/pl/CTR/GetStepHistoryEntry.html">GetStepHistoryEntry</a> 210 </th> 211<td>Gets the entry information for the number of steps recorded by the library.</td> 212 </tr> 213 <tr> 214 <td width="100"> </td> 215 <th> 216<a href="../../../nn/pl/CTR/GetStepHistory.html">GetStepHistory</a> 217 </th> 218<td>Gets the number of steps recorded for each hour.</td> 219 </tr> 220 <tr> 221 <td width="100"> </td> 222 <th> 223<a href="../../../nn/pl/CTR/GetTotalStepCount.html">GetTotalStepCount</a> 224 </th> 225<td>Gets the total number of steps.</td> 226 </tr> 227 <tr> 228 <td width="100"> </td> 229 <th> 230<a href="../../../nn/pl/CTR/GetStepHistoryAll.html">GetStepHistoryAll</a> 231 </th> 232<td>Gets the total step data saved by the library.</td> 233 </tr> 234 <tr> 235<th class="category" colspan="3">Shared Fonts</th> 236 </tr> 237 <tr> 238 <td width="100"> </td> 239 <th> 240<a href="../../../nn/pl/CTR/InitializeSharedFont.html">InitializeSharedFont</a> 241 </th> 242<td>Enables use of shared font.</td> 243 </tr> 244 <tr> 245 <td width="100"> </td> 246 <th> 247<a href="../../../nn/pl/CTR/GetSharedFontAddress.html">GetSharedFontAddress</a> 248 </th> 249<td>Gets the address of the shared font.</td> 250 </tr> 251 <tr> 252 <td width="100"> </td> 253 <th> 254<a href="../../../nn/pl/CTR/GetSharedFontSize.html">GetSharedFontSize</a> 255 </th> 256<td>Gets the size of the shared font.</td> 257 </tr> 258 <tr> 259 <td width="100"> </td> 260 <th> 261<a href="../../../nn/pl/CTR/GetSharedFontType.html">GetSharedFontType</a> 262 </th> 263<td>Gets the type of the shared font.</td> 264 </tr> 265 <tr> 266 <td width="100"> </td> 267 <th> 268<a href="../../../nn/pl/CTR/GetSharedFontLoadState.html">GetSharedFontLoadState</a> 269 </th> 270<td>Gets the load state of the shared font.</td> 271 </tr> 272 <tr> 273 <td width="100"> </td> 274 <th> 275<a href="../../../nn/pl/CTR/MountSharedFont.html">MountSharedFont</a> 276 </th> 277<td>Mounts the archive of the shared font.</td> 278 </tr> 279 <tr> 280 <td width="100"> </td> 281 <th> 282<a href="../../../nn/pl/CTR/UnmountSharedFont.html">UnmountSharedFont</a> 283 </th> 284<td>Unmounts the archive of the shared font.</td> 285 </tr> </table> 286 </div> 287 </a> 288<h2>Revision History</h2> 289 <div class="section"> 290 <dl class="history"> 291 <dt>2010/11/16</dt> 292<dd>Added the method for initializing and finalizing the pedometer library. 293<br /> </dd> 294 <dt>2010/09/02</dt> 295<dd>Initial version.<br /> 296 </dd> 297 </dl> 298 </div> 299 <hr><p>CONFIDENTIAL</p></body> 300</html>