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 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>nn::phtsel::CTR</title> 49 </head> 50 <body> 51<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/phtsel/Overview.html">phtsel</a>::CTR</CODE> Namespace</h1> 52<h2>Description</h2> 53 <div class="section"> 54<p>Namespace for the CTR's photo selector applet. <br />(This namespace can also be written without the <CODE>::CTR</CODE> portion.)</p><p><B>Note:</B> The photo selector applet threads use thread priorities 16, 18, 20, 21 and 25. Take this into consideration if your application sets priorities for threads that continue to run while the applet is running.</p></div> 55 <a name="struct" id="struct"> 56<h2>Structures</h2> 57 <div class="section"> 58 <table class="members"> 59 <tr> 60 <th> 61<a href="../../../nn/phtsel/CTR/Config/Overview.html"><CODE>nn::phtsel::CTR::Config</CODE></a> 62 </th> 63<td>Configuration structure for setting applet startup options.</td> 64 </tr> 65 <tr> 66 <th> 67<a href="../../../nn/phtsel/CTR/Parameter/Overview.html"><CODE>nn::phtsel::CTR::Parameter</CODE></a> 68 </th> 69<td>Parameter structure to pass to the photo selector applet when it executes.</td> 70 </tr> 71 <tr> 72 <th> 73<a href="../../../nn/phtsel/CTR/DateTimeConvert/Overview.html"><CODE>nn::phtsel::CTR::DateTimeConvert</CODE></a> 74 </th> 75<td>Structure for elapsed time in seconds.</td> 76 </tr> 77 <tr> 78 <th> 79<a href="../../../nn/phtsel/CTR/PhtselInput/Overview.html"><CODE>nn::phtsel::CTR::PhtselInput</CODE></a> 80 </th> 81<td>Parameter structure to pass to the applet.</td> 82 </tr> 83 <tr> 84 <th> 85<a href="../../../nn/phtsel/CTR/PhtselOutput/Overview.html"><CODE>nn::phtsel::CTR::PhtselOutput</CODE></a> 86 </th> 87<td>Parameter structure received from the applet.</td> 88 </tr> </table> 89 </div> 90 </a> <a name="enum" id="enum"> 91<h2>Enumerated Types</h2> 92 <div class="section"> 93 <table class="members"> 94 <tr> 95 <td width="100"> </td> 96 <th> 97<a href="../../../nn/phtsel/CTR/ReturnCode.html"><CODE>ReturnCode</CODE></a> 98 </th> 99<td>Enumerated type representing return codes.</td> 100 </tr> </table> 101 </div> 102 </a> <a name="constant" id="constant"> 103<h2>Constants</h2> 104 <div class="section"> 105 <table class="members"> 106 <tr> 107 <td width="100"> 108<span class="static_style" title="static">S</span> 109 </td> 110 <th> 111<span class="argument"><a href="../../../nn/phtsel/CTR/VERSION.html"><CODE>VERSION</CODE></a></span> 112 </th> 113<td width="100">const <a href="../../../nn_types/u32.html">u32</a></td> 114<td>The version number of the current data.</td> 115 </tr> </table> 116 </div> 117 </a> <a name="function" id="function"> 118<h2>Functions</h2> 119 <div class="section"> 120 <table class="members"> 121 <tr> 122 <td width="100"> </td> 123 <th> 124<a href="../../../nn/phtsel/CTR/InitializeParameter.html"><CODE>InitializeParameter</CODE></a> 125 </th> 126<td>Initializes a parameter structure to its default values.</td> 127 </tr> 128 <tr> 129 <td width="100"> </td> 130 <th> 131<a href="../../../nn/phtsel/CTR/PreloadPhtsel.html"><CODE>PreloadPhtsel</CODE></a> 132 </th> 133<td>Preloads the photo selector applet.</td> 134 </tr> 135 <tr> 136 <td width="100"> </td> 137 <th> 138<a href="../../../nn/phtsel/CTR/CancelPreloadPhtsel.html"><CODE>CancelPreloadPhtsel</CODE></a> 139 </th> 140<td>Cancels the preload of the photo selector applet.</td> 141 </tr> 142 <tr> 143 <td width="100"> </td> 144 <th> 145<a href="../../../nn/phtsel/CTR/WaitForPreloadPhtsel.html"><CODE>WaitForPreloadPhtsel</CODE></a> 146 </th> 147<td>Waits for the photo selector applet to finish preloading.</td> 148 </tr> 149 <tr> 150 <td width="100"> </td> 151 <th> 152<a href="../../../nn/phtsel/CTR/IsRegisteredPhtsel.html"><CODE>IsRegisteredPhtsel</CODE></a> 153 </th> 154<td>Returns whether the photo selector applet is preloaded.</td> 155 </tr> 156 <tr> 157 <td width="100"> </td> 158 <th> 159<a href="../../../nn/phtsel/CTR/GetWorkBufferSize.html"><CODE>GetWorkBufferSize</CODE></a> 160 </th> 161<td>Returns the size required for the work memory region.</td> 162 </tr> 163 <tr> 164 <td width="100"> </td> 165 <th> 166<a href="../../../nn/phtsel/CTR/StartPhtsel.html"><CODE>StartPhtsel</CODE></a> 167 </th> 168<td>Starts up the photo selector applet.</td> 169 </tr> 170 <tr> 171 <td width="100"> </td> 172 <th> 173<a href="../../../nn/phtsel/CTR/StartPhtselNoCapture.html"><CODE>StartPhtselNoCapture</CODE></a> 174 </th> 175<td>Starts the photo selector applet without capturing a background image.</td> 176 </tr> </table> 177 </div> 178 </a> 179<h2>Revision History</h2> 180 <div class="section"> 181 <dl class="history"> 182 <dt>2011/08/24</dt> 183<dd>Initial version.<br /> 184 </dd> 185 </dl> 186 </div> 187 <hr><p>CONFIDENTIAL</p></body> 188</html> 189