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::rdt::CTR</title>
51  </head>
52  <body>
53<h1><CODE>nn::rdt::CTR</CODE> Namespace</h1>
54<h2>Description</h2>
55    <div class="section">
56<p>The <a href="../../../nn/rdt/CTR/Overview.html">CTR</a> RDT (reliable local communication) namespace.</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/rdt/CTR/Receiver/Overview.html"><CODE>nn::rdt::CTR::Receiver</CODE></a>
64            </th>
65<td>Class that represents a device that receives data.</td>
66          </tr>
67          <tr>
68            <th>
69<a href="../../../nn/rdt/CTR/Sender/Overview.html"><CODE>nn::rdt::CTR::Sender</CODE></a>
70            </th>
71<td>Class that represents a device that sends data.</td>
72          </tr>
73          <tr>
74            <th>
75<a href="../../../nn/rdt/CTR/ResultAlreadyInitialized/Overview.html"><CODE>nn::rdt::CTR::ResultAlreadyInitialized</CODE></a>
76            </th>
77<td>Indicates that a function exited without doing anything because initialization had already finished (this is not an error).</td>
78          </tr>
79          <tr>
80            <th>
81<a href="../../../nn/rdt/CTR/ResultDoNothing/Overview.html"><CODE>nn::rdt::CTR::ResultDoNothing</CODE></a>
82            </th>
83<td>Indicates that a function exited without doing anything (this is not an error).</td>
84          </tr>
85          <tr>
86            <th>
87<a href="../../../nn/rdt/CTR/ResultNotInitialized/Overview.html"><CODE>nn::rdt::CTR::ResultNotInitialized</CODE></a>
88            </th>
89<td>Indicates an uninitialized instance.</td>
90          </tr>
91          <tr>
92            <th>
93<a href="../../../nn/rdt/CTR/ResultSendBufferIsNotAvailable/Overview.html"><CODE>nn::rdt::CTR::ResultSendBufferIsNotAvailable</CODE></a>
94            </th>
95<td>Indicates that the <a href="../../../../nn/rdt/CTR/Sender/Send.html"><CODE>Sender::Send</CODE></a> function attempted to write data to the send buffer, but the send buffer did not have enough free space.</td>
96          </tr>
97          <tr>
98            <th>
99<a href="../../../nn/rdt/CTR/ResultInvalidSize/Overview.html"><CODE>nn::rdt::CTR::ResultInvalidSize</CODE></a>
100            </th>
101<td>Indicates that an invalid size was specified as an argument.</td>
102          </tr>
103          <tr>
104            <th>
105<a href="../../../nn/rdt/CTR/ResultMisalignedAddress/Overview.html"><CODE>nn::rdt::CTR::ResultMisalignedAddress</CODE></a>
106            </th>
107<td>Indicates that a memory address with an invalid alignment was passed as an argument.</td>
108          </tr>
109          <tr>
110            <th>
111<a href="../../../nn/rdt/CTR/ResultNullPointer/Overview.html"><CODE>nn::rdt::CTR::ResultNullPointer</CODE></a>
112            </th>
113<td>Indicates an error caused by specifying a null pointer as an argument.</td>
114          </tr>
115          <tr>
116            <th>
117<a href="../../../nn/rdt/CTR/ResultResetReceived/Overview.html"><CODE>nn::rdt::CTR::ResultResetReceived</CODE></a>
118            </th>
119<td>Indicates that a reset signal was received from a peer and there was a state transition to <CODE>CLOSED</CODE>.</td>
120          </tr>
121          <tr>
122            <th>
123<a href="../../../nn/rdt/CTR/ResultResendQueueIsFull/Overview.html"><CODE>nn::rdt::CTR::ResultResendQueueIsFull</CODE></a>
124            </th>
125<td>Indicates that the RDT library's internal resend queue was full.</td>
126          </tr>
127          <tr>
128            <th>
129<a href="../../../nn/rdt/CTR/ResultUntimelyFunctionCall/Overview.html"><CODE>nn::rdt::CTR::ResultUntimelyFunctionCall</CODE></a>
130            </th>
131<td>Indicates that a function was called when it should not have been.</td>
132          </tr>
133          <tr>
134            <th>
135<a href="../../../nn/rdt/CTR/ResultNoData/Overview.html"><CODE>nn::rdt::CTR::ResultNoData</CODE></a>
136            </th>
137<td>A result code that is used only within the library. Indicates that no segments have been received (no segments have arrived yet).</td>
138          </tr>
139          <tr>
140            <th>
141<a href="../../../nn/rdt/CTR/ResultInvalidValue/Overview.html">nn::rdt::CTR::ResultInvalidValue</a>
142            </th>
143<td>A result code that indicates that an argument value was invalid.</td>
144          </tr> </table>
145      </div>
146    </a> <a name="struct" id="struct">
147<h2>Structures</h2>
148      <div class="section">
149        <table class="members">
150          <tr>
151            <th>
152<a href="../../../nn/rdt/CTR/ReceiverConfig/Overview.html"><CODE>nn::rdt::CTR::ReceiverConfig</CODE></a>
153            </th>
154<td>Structure that contains all configuration information passed to <CODE>Initialize</CODE>.</td>
155          </tr>
156          <tr>
157            <th>
158<a href="../../../nn/rdt/CTR/SenderConfig/Overview.html"><CODE>nn::rdt::CTR::SenderConfig</CODE></a>
159            </th>
160<td>Structure that contains all configuration information passed to <CODE>Initialize</CODE>.</td>
161          </tr> </table>
162      </div>
163    </a> <a name="enum" id="enum">
164<h2>Enumerated Types</h2>
165      <div class="section">
166        <table class="members">
167          <tr>
168            <td width="100"> </td>
169            <th>
170<a href="../../../nn/rdt/CTR/SenderState.html"><CODE>SenderState</CODE></a>
171            </th>
172<td>Enumerated type that indicates the state of a <CODE>Sender</CODE> instance.</td>
173          </tr>
174          <tr>
175            <td width="100"> </td>
176            <th>
177<a href="../../../nn/rdt/CTR/ReceiverState.html"><CODE>ReceiverState</CODE></a>
178            </th>
179<td>Enumerated type that indicates the state of a <CODE>Receiver</CODE> instance.</td>
180          </tr> </table>
181      </div>
182    </a> <a name="function" id="function">
183<h2>Functions</h2>
184      <div class="section">
185        <table class="members">
186          <tr>
187            <td width="100">  </td>
188            <th>
189<a href="../../../nn/rdt/CTR/SetLogLevel.html">SetLogLevel</a>
190            </th>
191<td>Configures the RDT library's log output level.</td>
192          </tr>
193          <tr>
194            <td width="100">  </td>
195            <th>
196<a href="../../../nn/rdt/CTR/GetLogLevel.html">GetLogLevel</a>
197            </th>
198<td>Gets the log output level configured for the RDT library.</td>
199          </tr> </table>
200      </div>
201    </a>
202<h2>Revision History</h2>
203    <div class="section">
204      <dl class="history">
205        <dt>2010/06/14</dt>
206<dd>Initial version.<br />
207        </dd>
208      </dl>
209    </div>
210  <hr><p>CONFIDENTIAL</p></body>
211</html>