123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <!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>uIP 1.0: apps/hello-world/hello-world.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.6 -->
- <div class="tabs">
- <ul>
- <li><a href="main.html"><span>Main Page</span></a></li>
- <li><a href="modules.html"><span>Modules</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="examples.html"><span>Examples</span></a></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>
- <h1>apps/hello-world/hello-world.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
- Header file for an example of how to write uIP applications with protosockets.
- <p>
- <dl compact><dt><b>Author:</b></dt><dd>Adam Dunkels <<a href="mailto:adam@sics.se">adam@sics.se</a>> </dd></dl>
- <p>
- Definition in file <a class="el" href="a00171.html">hello-world.h</a>.
- <p>
- <code>#include "<a class="el" href="a00206.html">uipopt.h</a>"</code><br>
- <code>#include "<a class="el" href="a00193.html">psock.h</a>"</code><br>
- <p>
- <a href="a00171.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="a00078.html">hello_world_state</a></td></tr>
- <tr><td colspan="2"><br><h2>Defines</h2></td></tr>
- <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge28f6cb60e86088d8886d0f804b4f37c"></a><!-- doxytag: member="hello-world.h::UIP_APPCALL" ref="ge28f6cb60e86088d8886d0f804b4f37c" args="" -->
- #define </td><td class="memItemRight" valign="bottom"><a class="el" href="a00162.html#ge28f6cb60e86088d8886d0f804b4f37c">UIP_APPCALL</a> hello_world_appcall</td></tr>
- <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
- <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g03070adbf8faab0f34f87c1270964306"></a><!-- doxytag: member="hello-world.h::hello_world_appcall" ref="g03070adbf8faab0f34f87c1270964306" args="(void)" -->
- void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00162.html#g03070adbf8faab0f34f87c1270964306">hello_world_appcall</a> (void)</td></tr>
- <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb97849f0d3ea858eee790b69591e6427"></a><!-- doxytag: member="hello-world.h::hello_world_init" ref="gb97849f0d3ea858eee790b69591e6427" args="(void)" -->
- void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00162.html#gb97849f0d3ea858eee790b69591e6427">hello_world_init</a> (void)</td></tr>
- </table>
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jun 12 10:23:01 2006 for uIP 1.0 by
- <a href="http://www.doxygen.org/index.html">
- <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
- </body>
- </html>
|