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

📄 group__xg_w_p_defs.html

📁 针对AVR单片机开发的嵌入式操作系统
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>    <meta name="robots" content="noindex">    <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">    <title>Ethernut WebPort</title>    <link href="doxygen.css" rel="stylesheet" type="text/css"></head><body bgcolor="#ffffff"><!-- Generated by Doxygen 1.4.1 --><div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div><h1>Predefined Values</h1>Hard coded configuration items.  <a href="#_details">More...</a><table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Defines</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga0">MYMAC</a>&nbsp;&nbsp;&nbsp;0x00, 0x06, 0x98, 0x00, 0x10, 0x00</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Hard coded MAC address.  <a href="#ga0"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga1">MYIP</a>&nbsp;&nbsp;&nbsp;"192.168.192.100"</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Hard coded IP address.  <a href="#ga1"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga2" doxytag="xgWPDefs::MYMASK"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga2">MYMASK</a>&nbsp;&nbsp;&nbsp;"255.255.255.0"</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Hard coded IP mask. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga3">WP_STATUSOUT</a>&nbsp;&nbsp;&nbsp;"uart0"</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Device name for optional status messages.  <a href="#ga3"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga4" doxytag="xgWPDefs::HTTP_PORT"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga4">HTTP_PORT</a>&nbsp;&nbsp;&nbsp;80</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">TCP port number to listen to. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga5" doxytag="xgWPDefs::LOW_MEM_MARK"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga5">LOW_MEM_MARK</a>&nbsp;&nbsp;&nbsp;4096</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Delay responses if available memory falls below. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga6" doxytag="xgWPDefs::NUM_HTTP_THREADS"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga6">NUM_HTTP_THREADS</a>&nbsp;&nbsp;&nbsp;6</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Total number of concurrent HTTP server threads. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga7" doxytag="xgWPDefs::HTTP_THREAD_STACK"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga7">HTTP_THREAD_STACK</a>&nbsp;&nbsp;&nbsp;640</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Stack size given to each HTTP server thread. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga8" doxytag="xgWPDefs::PORT_CONTROL_CGI"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga8">PORT_CONTROL_CGI</a>&nbsp;&nbsp;&nbsp;"ccports.cgi"</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Name of the CGI to control CPU ports. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga9" doxytag="xgWPDefs::PORT_STATUS_CGI"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga9">PORT_STATUS_CGI</a>&nbsp;&nbsp;&nbsp;"csports.cgi"</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Name of the CGI to display CPU ports. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga10" doxytag="xgWPDefs::RELAY_CONTROL_CGI"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga10">RELAY_CONTROL_CGI</a>&nbsp;&nbsp;&nbsp;"relay.cgi"</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Name of the CGI to control shift register outputs. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga11" doxytag="xgWPDefs::OPTO_STATUS_CGI"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga11">OPTO_STATUS_CGI</a>&nbsp;&nbsp;&nbsp;"opto.cgi"</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Name of the CGI to display shift register inputs. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga12" doxytag="xgWPDefs::CHARON_CONTROL_CGI"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga12">CHARON_CONTROL_CGI</a>&nbsp;&nbsp;&nbsp;"ch2led.cgi"</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Name of the CGI to control Charon II LEDs. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga13" doxytag="xgWPDefs::CHARON_STATUS_CGI"></a>#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__xg_w_p_defs.html#ga13">CHARON_STATUS_CGI</a>&nbsp;&nbsp;&nbsp;"ch2switch.cgi"</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Name of the CGI to display Charon II switch settings. <br></td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>Hard coded configuration items. <p>Changing any of these values requires re-compiling and re-linking of the source code. <hr><h2>Define Documentation</h2><a class="anchor" name="ga1" doxytag="webport.c::MYIP"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MYIP&nbsp;&nbsp;&nbsp;"192.168.192.100"          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Hard coded IP address. <p>The IP address and network mask are used in the same case and when there is no DHCP server available in your LAN. <p>Definition at line <a class="el" href="webport_8c-source.html#l00067">67</a> of file <a class="el" href="webport_8c-source.html">webport.c</a>.<p>Referenced by <a class="el" href="webport_8c-source.html#l00260">main()</a>.    </td>  </tr></table><a class="anchor" name="ga0" doxytag="webport.c::MYMAC"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MYMAC&nbsp;&nbsp;&nbsp;0x00, 0x06, 0x98, 0x00, 0x10, 0x00          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Hard coded MAC address. <p>The MAC address is used in case the system starts without any previously configuration stored in non-volatile memory. Typically the non-volatile memory is preloaded by some other software, like Basemon. On ATmega128 boards, the 'preserve EEPROM' flag should have been set to avoid clearing the EEPROM when the part is erased during the upload of a new application. <p>Definition at line <a class="el" href="webport_8c-source.html#l00057">57</a> of file <a class="el" href="webport_8c-source.html">webport.c</a>.<p>Referenced by <a class="el" href="webport_8c-source.html#l00260">main()</a>.    </td>  </tr></table><a class="anchor" name="ga3" doxytag="webport.h::WP_STATUSOUT"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define WP_STATUSOUT&nbsp;&nbsp;&nbsp;"uart0"          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Device name for optional status messages. <p>If defined, the RS232 port will display status messages. Remove this definition if you intend to use the port for other purposes. <p>Definition at line <a class="el" href="webport_8h-source.html#l00058">58</a> of file <a class="el" href="webport_8h-source.html">webport.h</a>.<p>Referenced by <a class="el" href="webport_8c-source.html#l00260">main()</a>.    </td>  </tr></table><hr><address>  <small>    &copy;&nbsp;2002-2004 by egnite Software GmbH -     visit <a href="http://www.ethernut.de/">http://www.ethernut.de/</a>  </small></address></body></html>

⌨️ 快捷键说明

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