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        </table>
140      </div>
141    </a> <a name="struct" id="struct">
142<h2>Structures</h2>
143      <div class="section">
144        <table class="members">
145          <tr>
146            <th>
147<a href="../../../nn/rdt/CTR/ReceiverConfig/Overview.html"><CODE>nn::rdt::CTR::ReceiverConfig</CODE></a>
148            </th>
149<td>Structure that contains all configuration information passed to <CODE>Initialize</CODE>.</td>
150          </tr>
151          <tr>
152            <th>
153<a href="../../../nn/rdt/CTR/SenderConfig/Overview.html"><CODE>nn::rdt::CTR::SenderConfig</CODE></a>
154            </th>
155<td>Structure that contains all configuration information passed to <CODE>Initialize</CODE>.</td>
156          </tr>
157        </table>
158      </div>
159    </a> <a name="enum" id="enum">
160<h2>Enumerated Types</h2>
161      <div class="section">
162        <table class="members">
163          <tr>
164            <td width="100"> </td>
165            <th>
166<a href="../../../nn/rdt/CTR/SenderState.html"><CODE>SenderState</CODE></a>
167            </th>
168<td>Enumerated type that indicates the state of a <CODE>Sender</CODE> instance.</td>
169          </tr>
170          <tr>
171            <td width="100"> </td>
172            <th>
173<a href="../../../nn/rdt/CTR/ReceiverState.html"><CODE>ReceiverState</CODE></a>
174            </th>
175<td>Enumerated type that indicates the state of a <CODE>Receiver</CODE> instance.</td>
176          </tr> </table>
177      </div>
178    </a>
179<h2>Revision History</h2>
180    <div class="section">
181      <dl class="history">
182        <dt>2010/06/14</dt>
183<dd>Initial version.<br />
184        </dd>
185      </dl>
186    </div>
187  <hr><p>CONFIDENTIAL</p></body>
188</html>