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::dbg::CTR</title>
51  </head>
52  <body>
53<h1><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/dbg/Overview.html">dbg</a>::CTR Namespace</h1>
54<h2>Description</h2>
55    <div class="section">
56<p>The namespace of the <a href="../../../nn/dbg/CTR/Overview.html">CTR</a> debug assist library.<br /> (This namespace can also be written without the <CODE>::CTR</CODE> part.)</p><!-- write here --></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/dbg/CTR/DirectPrint/Overview.html">nn::dbg::CTR::DirectPrint</a>
64            </th>
65<td>Class for directly writing characters to the display buffer using the CPU.</td>
66          </tr>
67          <tr>
68            <th>
69<a href="../../../nn/dbg/CTR/ExceptionScreen/Overview.html">nn::dbg::CTR::ExceptionScreen</a>
70            </th>
71<td>Class for displaying when there are CPU exceptions.</td>
72          </tr>
73          <tr>
74            <th>
75<a href="../../../nn/dbg/CTR/Instrument/Overview.html"><CODE>nn::dbg::CTR::Instrument</CODE></a>
76            </th>
77<td>Instrumentation class for tracing function calls.</td>
78          </tr>
79          <tr>
80            <th>
81<a href="../../../nn/dbg/CTR/Statistics/Overview.html"><CODE>nn::dbg::CTR::Statistics</CODE></a>
82            </th>
83<td>Statistics class for tracing function calls.</td>
84          </tr> </table>
85      </div>
86    </a> <a name="constant" id="constant">
87<h2>Constants</h2>
88      <div class="section">
89        <table class="members">
90          <tr>
91            <td width="100"> </td>
92            <th>
93<span class="argument"><a href="../../../nn/dbg/CTR/ArgBufferSize.html"><CODE>ArgBufferSize</CODE></a></span>
94            </th>
95<td width="100"><CODE>const size_t</CODE></td>
96<td>Maximum size of the startup argument buffer.</td>
97          </tr>
98          <tr>
99            <td width="100"> </td>
100            <th>
101<span class="argument"><a href="../../../nn/dbg/CTR/Argv0String.html"><CODE>Argv0String</CODE></a></span>
102            </th>
103<td width="100"><CODE>const char</CODE></td>
104<td>The string representing the application name, returned when calling <CODE><a href="../../../nn/dbg/CTR/GetArgv.html">GetArgv</a></CODE> and passing 0 as the argument.</td>
105          </tr> </table>
106      </div>
107    </a> <a name="function" id="function">
108<h2>Functions</h2>
109      <div class="section">
110        <table class="members">
111          <tr>
112<th class="category" colspan="3">Startup Arguments</th>
113          </tr>
114          <tr>
115            <td width="100">  </td>
116            <th>
117<a href="../../../nn/dbg/CTR/GetArgBinary.html"><CODE>GetArgBinary</CODE></a>
118            </th>
119<td>Gets the argument buffer stored in binary.</td>
120          </tr>
121          <tr>
122            <td width="100">  </td>
123            <th>
124<a href="../../../nn/dbg/CTR/GetArgBinarySize.html"><CODE>GetArgBinarySize</CODE></a>
125            </th>
126<td>Gets the size of the argument buffer stored in binary.</td>
127          </tr>
128          <tr>
129            <td width="100">  </td>
130            <th>
131<a href="../../../nn/dbg/CTR/GetArgc.html"><CODE>GetArgc</CODE></a>
132            </th>
133<td>Gets the number of arguments from the argument buffer, stored as a string array.</td>
134          </tr>
135          <tr>
136            <td width="100">  </td>
137            <th>
138<a href="../../../nn/dbg/CTR/GetArgv.html"><CODE>GetArgv</CODE></a>
139            </th>
140<td>Gets the arguments from the argument buffer, stored as a string.</td>
141          </tr>
142          <tr>
143            <td width="100">  </td>
144            <th>
145<a href="../../../nn/dbg/CTR/GetOpt.html"><CODE>GetOpt</CODE></a>
146            </th>
147<td>Analyzes options from the argument buffer, stored as a string.</td>
148          </tr>
149          <tr>
150            <td width="100">  </td>
151            <th>
152<a href="../../../nn/dbg/CTR/GetOptInd.html"><CODE>GetOptInd</CODE></a>
153            </th>
154<td>Gets the index to the argument to process next when analyzing options.</td>
155          </tr>
156          <tr>
157            <td width="100">  </td>
158            <th>
159<a href="../../../nn/dbg/CTR/GetOptArg.html"><CODE>GetOptArg</CODE></a>
160            </th>
161<td>During option analysis, gets either the next option or the text after an option.</td>
162          </tr>
163          <tr>
164            <td width="100">  </td>
165            <th>
166<a href="../../../nn/dbg/CTR/GetOptOpt.html"><CODE>GetOptOpt</CODE></a>
167            </th>
168<td>Stores any character that could not be recognized during option analysis.</td>
169          </tr> </table>
170      </div>
171    </a>
172<h2>Revision History</h2>
173    <div class="section">
174      <dl class="history">
175        <dt>2011/12/14</dt>
176<dd>Added descriptions of startup arguments.<br />
177        </dd>
178        <dt>2011/07/29</dt>
179<dd>Initial version.<br />
180        </dd>
181      </dl>
182    </div>
183  <hr><p>CONFIDENTIAL</p></body>
184</html>