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>os</title>
49  </head>
50  <body>
51<h1><CODE>os</CODE></h1>
52<h2>Description</h2>
53    <div class="section">
54<p>Module that controls the operating system.</p><!-- write here --></div>
55    <a name="group" id="group">
56<h2>Groups</h2>
57      <div class="section">
58        <table class="members">
59          <tr>
60            <th>
61<a href="../nn_os_Alarm_c/Overview.html"><CODE>Alarm</CODE> (C)</a>
62            </th>
63<td>C interface module for <a href="../nn/os/Alarm/Overview.html"><CODE>nn::os::Alarm</CODE></a>.</td>
64          </tr>
65          <tr>
66            <th>
67<a href="../nn_os_BlockingQueue_c/Overview.html"><CODE>BlockingQueue</CODE> (C)</a>
68            </th>
69<td>C interface module for <a href="../nn/os/BlockingQueue/Overview.html"><CODE>nn::os::BlockingQueue</CODE></a>.</td>
70          </tr>
71          <tr>
72            <th>
73<a href="../nn_os_SafeBlockingQueue_c/Overview.html"><CODE>SafeBlockingQueue</CODE> (C)</a>
74            </th>
75<td>C interface module for <a href="../nn/os/SafeBlockingQueue/Overview.html"><CODE>nn::os::SafeBlockingQueue</CODE></a>.</td>
76          </tr>
77          <tr>
78            <th>
79<a href="../nn_os_CriticalSection_c/Overview.html"><CODE>CriticalSection</CODE> (C)</a>
80            </th>
81<td>C interface module for <a href="../nn/os/CriticalSection/Overview.html"><CODE>nn::os::CriticalSection</CODE></a>.</td>
82          </tr>
83          <tr>
84            <th>
85<a href="../nn_os_Event_c/Overview.html"><CODE>Event</CODE> (C)</a>
86            </th>
87<td>C interface module for <CODE>nn::os::Event</CODE>.</td>
88          </tr>
89          <tr>
90            <th>
91<a href="../nn_os_LightEvent_c/Overview.html"><CODE>LightEvent</CODE> (C)</a>
92            </th>
93<td>C interface module for <a href="../nn/os/LightEvent/Overview.html"><CODE>nn::os::LightEvent</CODE></a>.</td>
94          </tr>
95          <tr>
96            <th>
97<a href="../nn_os_LightSemaphore_c/Overview.html"><CODE>LightSemaphore</CODE> (C)</a>
98            </th>
99<td>C interface module for <a href="../nn/os/LightSemaphore/Overview.html"><CODE>nn::os::LightSemaphore</CODE></a>.</td>
100          </tr>
101          <tr>
102            <th>
103<a href="../nn_os_MemoryBlock_c/Overview.html"><CODE>MemoryBlock</CODE> (C)</a>
104            </th>
105<td>C interface module for <a href="../nn/os/MemoryBlock/Overview.html"><CODE>nn::os::MemoryBlock</CODE></a>.</td>
106          </tr>
107          <tr>
108            <th>
109<a href="../nn_os_Mutex_c/Overview.html"><CODE>Mutex</CODE> (C)</a>
110            </th>
111<td>C interface module for <CODE>nn::os::Mutex</CODE>.</td>
112          </tr>
113          <tr>
114            <th>
115<a href="../nn_os_Semaphore_c/Overview.html"><CODE>Semaphore</CODE> (C)</a>
116            </th>
117<td>C interface module for <a href="../nn/os/Semaphore/Overview.html"><CODE>nn::os::Semaphore</CODE></a>.</td>
118          </tr>
119          <tr>
120            <th>
121<a href="../nn_os_StackMemory_c/Overview.html"><CODE>StackMemory</CODE> (C)</a>
122            </th>
123<td>C interface module for <a href="../nn/os/StackMemory/Overview.html"><CODE>nn::os::StackMemory</CODE></a>.</td>
124          </tr>
125          <tr>
126            <th>
127<a href="../nn_os_Thread_c/Overview.html"><CODE>Thread</CODE> (C)</a>
128            </th>
129<td>C interface module for <a href="../nn/os/Thread/Overview.html"><CODE>nn::os::Thread</CODE></a>.</td>
130          </tr>
131          <tr>
132            <th>
133<a href="../nn_os_Tick_c/Overview.html"><CODE>Tick</CODE> (C)</a>
134            </th>
135<td>C interface module for <a href="../nn/os/Tick/Overview.html"><CODE>nn::os::Tick</CODE></a>.</td>
136          </tr>
137          <tr>
138            <th>
139<a href="../nn_os_Timer_c/Overview.html"><CODE>Timer</CODE> (C)</a>
140            </th>
141<td>C interface module for <a href="../nn/os/Timer/Overview.html">nn::os::Timer</a>.</td>
142          </tr> </table>
143      </div>
144    </a> <a name="function" id="function">
145<h2>Functions</h2>
146      <div class="section">
147        <table class="members">
148          <tr>
149            <td width="100">  </td>
150            <th>
151<a href="../nn_os/nnosInitializeAlarmSystem.html"><CODE>nnosInitializeAlarmSystem</CODE></a>
152            </th>
153<td>See the corresponding C++ function <a href="../nn/os/InitializeAlarmSystem.html"><CODE>nn::os::InitializeAlarmSystem</CODE></a>.</td>
154          </tr>
155          <tr>
156            <td width="100">  </td>
157            <th>
158<a href="../nn_os/nnosInitializeDeviceMemory.html"><CODE>nnosInitializeDeviceMemory</CODE></a>
159            </th>
160<td>See the corresponding C++ function <a href="../nn/os/InitializeDeviceMemory.html"><CODE>nn::os::InitializeDeviceMemory</CODE></a>.</td>
161          </tr>
162          <tr>
163            <td width="100">  </td>
164            <th>
165<a href="../nn_os/nnosGetDeviceMemoryAddress.html"><CODE>nnosGetDeviceMemoryAddress</CODE></a>
166            </th>
167<td>See the corresponding C++ function <a href="../nn/os/GetDeviceMemoryAddress.html"><CODE>nn::os::GetDeviceMemoryAddress</CODE></a>.</td>
168          </tr> </table>
169      </div>
170    </a>
171<h2>Revision History</h2>
172    <div class="section">
173      <dl class="history">
174        <dt>2010/01/07</dt>
175<dd>Initial version.<br />
176        </dd>
177      </dl>
178    </div>
179  <hr><p>CONFIDENTIAL</p></body>
180</html>
181