⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debug_8h.html

📁 Freescale mcu OpenTCP-1.0.4.doc.html.zip 文档
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>debug.h File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.18 --><center><a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; <a class="qindex" href="examples.html">Examples</a> &nbsp; </center><hr><h1>/opentcp/include/inet/debug.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> <dl compact><dt><b>Author: </b></dt><dd> <ul><li> Jari Lahti (<a href="mailto:jari.lahti@violasystems.com">jari.lahti@violasystems.com</a>) <li> Vladan Jovanovic (<a href="mailto:vladan.jovanovic@violasytems.com">vladan.jovanovic@violasytems.com</a>) </ul></dl><dl compact><dt><b>Version: </b></dt><dd>1.0 </dl><dl compact><dt><b>Date: </b></dt><dd>10.9.2002</dl>This file contains debug settings for OpenTCP and it's modules. Debugging in this case only assumes a function (named mputs) that  sends a null-terminated string over a serial port.<p>In order for the debugging to work this function <b>must be</b>  implemented separately (this greately depends on your applications and hardware configuration so it was not implemented here). Empty mputs function is provided in <a class="el" href="system_8c.html">system.c</a> (not much help ;-)<p><p>Definition in file <a class="el" href="debug_8h-source.html">debug.h</a>.<p><a href="debug_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>Defines</h2></td></tr><tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="debug_8h.html#a0">DEBUG</a>&nbsp;&nbsp;&nbsp;0</td></tr><tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="debug_8h.html#a1">ETHERNET_DEBUG</a>&nbsp;&nbsp;&nbsp;0</td></tr><tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="debug_8h.html#a2">IP_DEBUG</a>&nbsp;&nbsp;&nbsp;0</td></tr><tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="debug_8h.html#a3">ICMP_DEBUG</a>&nbsp;&nbsp;&nbsp;0</td></tr><tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="debug_8h.html#a4">ARP_DEBUG</a>&nbsp;&nbsp;&nbsp;0</td></tr><tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="debug_8h.html#a5">TCP_DEBUG</a>&nbsp;&nbsp;&nbsp;0</td></tr><tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="debug_8h.html#a6">UDP_DEBUG</a>&nbsp;&nbsp;&nbsp;0</td></tr><tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="debug_8h.html#a7">TIMERS_DEBUG</a>&nbsp;&nbsp;&nbsp;0</td></tr></table><hr><h2>Define Documentation</h2><a name="a0" doxytag="debug.h::DEBUG"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define DEBUG&nbsp;&nbsp;&nbsp;0      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Controls debugging on a global level and also enables DEBUGOUT. Possible values are: <ul><li> 0 - debugging messages disabled globally <li> 1 - debugging messages enabled globally. DEBUGOUT will print messages. TCP/IP layers that will print message are chosen separately. </ul><p>Definition at line <a class="el" href="debug_8h-source.html#l00080">80</a> of file <a class="el" href="debug_8h-source.html">debug.h</a>.    </td>  </tr></table><a name="a1" doxytag="debug.h::ETHERNET_DEBUG"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define ETHERNET_DEBUG&nbsp;&nbsp;&nbsp;0      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>enable/disable Ethernet-level debug messages <p>Definition at line <a class="el" href="debug_8h-source.html#l00093">93</a> of file <a class="el" href="debug_8h-source.html">debug.h</a>.    </td>  </tr></table><a name="a2" doxytag="debug.h::IP_DEBUG"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define IP_DEBUG&nbsp;&nbsp;&nbsp;0      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>enable/disable IP-level debug messages <p>Definition at line <a class="el" href="debug_8h-source.html#l00094">94</a> of file <a class="el" href="debug_8h-source.html">debug.h</a>.    </td>  </tr></table><a name="a3" doxytag="debug.h::ICMP_DEBUG"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define ICMP_DEBUG&nbsp;&nbsp;&nbsp;0      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>enable/disable ICMP-level debug messages <p>Definition at line <a class="el" href="debug_8h-source.html#l00095">95</a> of file <a class="el" href="debug_8h-source.html">debug.h</a>.    </td>  </tr></table><a name="a4" doxytag="debug.h::ARP_DEBUG"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define ARP_DEBUG&nbsp;&nbsp;&nbsp;0      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>enable/disable ARP-level debug messages <p>Definition at line <a class="el" href="debug_8h-source.html#l00096">96</a> of file <a class="el" href="debug_8h-source.html">debug.h</a>.    </td>  </tr></table><a name="a5" doxytag="debug.h::TCP_DEBUG"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define TCP_DEBUG&nbsp;&nbsp;&nbsp;0      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>enable/disable TCP-level debug messages <p>Definition at line <a class="el" href="debug_8h-source.html#l00097">97</a> of file <a class="el" href="debug_8h-source.html">debug.h</a>.    </td>  </tr></table><a name="a6" doxytag="debug.h::UDP_DEBUG"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define UDP_DEBUG&nbsp;&nbsp;&nbsp;0      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>enable/disable UDP-level debug messages <p>Definition at line <a class="el" href="debug_8h-source.html#l00098">98</a> of file <a class="el" href="debug_8h-source.html">debug.h</a>.    </td>  </tr></table><a name="a7" doxytag="debug.h::TIMERS_DEBUG"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define TIMERS_DEBUG&nbsp;&nbsp;&nbsp;0      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>enable/disable Timer-level debug messages <p>Definition at line <a class="el" href="debug_8h-source.html#l00099">99</a> of file <a class="el" href="debug_8h-source.html">debug.h</a>.    </td>  </tr></table><hr><address style="align: right;"><small>Generated on Sun Aug 3 20:33:00 2003 for OpenTCP by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -