<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>UbixOS V2: src/sys/include/sde/sde.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="classes.html"><span>Data Structures</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="dir_897b6a2d7bab147dd1db58381aad3984.html">src</a> » <a class="el" href="dir_832905b1f7f5feaf61a306b40c0ac817.html">sys</a> » <a class="el" href="dir_caf4200c438ae9601464168e21e8e4d8.html">include</a> » <a class="el" href="dir_626404c379d6b1b237f0a541878d72c0.html">sde</a></div>
<h1>sde.h File Reference</h1><code>#include <<a class="el" href="types_8h-source.html">ubixos/types.h</a>></code><br>
<p>
Include dependency graph for sde.h:<p><center><img src="sde_8h__incl.png" border="0" usemap="#src/sys/include/sde/sde.h_map" alt=""></center>
<map name="src/sys/include/sde/sde.h_map">
<area href="types_8h.html" shape="rect" coords="247,5,367,32" alt="">
<area href="__types_8h.html" shape="rect" coords="417,5,521,32" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="sde_8h__dep__incl.png" border="0" usemap="#src/sys/include/sde/sde.hdep_map" alt=""></center>
<map name="src/sys/include/sde/sde.hdep_map">
<area href="systemtask_8c.html" shape="rect" coords="247,5,452,32" alt="">
</map>
<p>
<a href="sde_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structsdeWindows.html">sdeWindows</a></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="sde_8h.html#ab4fbdc3563b230ef8c74e3302dc4409">drawWindow</a> 3</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="sde_8h.html#09afc32ffae32aefc2fd5711bae0497e">killWindow</a> 4</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="sde_8h.html#a75400bbe109bd97a777d8f633e1ac8f">registerWindow</a> 1</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="sde_8h.html#51000975c113abcc35a271eec1e4ad0c">windowReady</a> 2</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="sde_8h.html#a6c38d07b193857fbaebc1656b89136e">sdeThread</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="sde_8h.html#36ee3564247e8b4aaea26be96aafa813">sysSDE</a> (<a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a> cmd, void *ptr)</td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsdeWindows.html">sdeWindows</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="sde_8h.html#47bfdc448b46d6e2b1b1634bb8065365">windows</a></td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="ab4fbdc3563b230ef8c74e3302dc4409"></a><!-- doxytag: member="sde.h::drawWindow" ref="ab4fbdc3563b230ef8c74e3302dc4409" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define drawWindow 3 </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="sde_8h-source.html#l00031">31</a> of file <a class="el" href="sde_8h-source.html">sde.h</a>.
</div>
</div><p>
<a class="anchor" name="09afc32ffae32aefc2fd5711bae0497e"></a><!-- doxytag: member="sde.h::killWindow" ref="09afc32ffae32aefc2fd5711bae0497e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define killWindow 4 </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="sde_8h-source.html#l00032">32</a> of file <a class="el" href="sde_8h-source.html">sde.h</a>.
</div>
</div><p>
<a class="anchor" name="a75400bbe109bd97a777d8f633e1ac8f"></a><!-- doxytag: member="sde.h::registerWindow" ref="a75400bbe109bd97a777d8f633e1ac8f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define registerWindow 1 </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="sde_8h-source.html#l00029">29</a> of file <a class="el" href="sde_8h-source.html">sde.h</a>.
</div>
</div><p>
<a class="anchor" name="51000975c113abcc35a271eec1e4ad0c"></a><!-- doxytag: member="sde.h::windowReady" ref="51000975c113abcc35a271eec1e4ad0c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define windowReady 2 </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="sde_8h-source.html#l00030">30</a> of file <a class="el" href="sde_8h-source.html">sde.h</a>.
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="a6c38d07b193857fbaebc1656b89136e"></a><!-- doxytag: member="sde.h::sdeThread" ref="a6c38d07b193857fbaebc1656b89136e" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sdeThread </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="36ee3564247e8b4aaea26be96aafa813"></a><!-- doxytag: member="sde.h::sysSDE" ref="36ee3564247e8b4aaea26be96aafa813" args="(uInt32 cmd, void *ptr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void sysSDE </td>
<td>(</td>
<td class="paramtype"><a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a> </td>
<td class="paramname"> <em>cmd</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"> <em>ptr</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="47bfdc448b46d6e2b1b1634bb8065365"></a><!-- doxytag: member="sde.h::windows" ref="47bfdc448b46d6e2b1b1634bb8065365" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structsdeWindows.html">sdeWindows</a>* <a class="el" href="sde_8h.html#47bfdc448b46d6e2b1b1634bb8065365">windows</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 10:01:01 2006 for UbixOS V2 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>