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

📄 tos.system.nocrcpacket.nc.html

📁 tinyos中文手册,是根据tinyos系统自带手册翻译过来的,虽然质量不好,但是对英文不强的人还是有用的
💻 HTML
字号:
<html><head><title>Component: NoCRCPacket</title></head><body><table BORDER="0" CELLPADDING="3" CELLSPACING="0" width="100%"><tr><td><font size="-1"><b><font color="blue"><a href="apps_p.html">Apps</a></font></b>&nbsp;&nbsp;&nbsp;<b><a href="components_p.html">Components</a></b>&nbsp;&nbsp;&nbsp;<b><a href="interfaces_p.html">Interfaces</a></b>&nbsp;&nbsp;&nbsp;<b><a href="allfiles_p.html">All Files</a></b>&nbsp;&nbsp;&nbsp;<b><a href="index.html">Source Tree</a></b>&nbsp;&nbsp;&nbsp;</font></td><td align="right"><font size="-1">source: <b><a href="tos.system.NoCRCPacket.nc.source">tos.system.NoCRCPacket.nc</a></b></font></td></tr></table><hr><h1 align="center">Component: NoCRCPacket</h1><p>  <table border="0" cellpadding="0"><tr valign="top"><td><b>Author:</b><td> Jason Hill  </td></tr><tr valign="top"><td>&nbsp;</td><td> Alec Woo  </td></tr><tr valign="top"><td>&nbsp;</td><td> David Gay  </td></tr><tr valign="top"><td>&nbsp;</td><td> Philip Levis </td></tr></table><p><table BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><tr BGCOLOR="#CCCCFF"><td><h3>Required Interfaces</h3></td></tr></table><ul><li>    <a href="tos.interfaces.ByteComm.nc.html">ByteComm</a> <li>    <a href="tos.interfaces.StdControl.nc.html">StdControl</a> ByteControl<li>    <a href="tos.interfaces.Leds.nc.html">Leds</a> </ul><table BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><tr BGCOLOR="#CCCCFF"><td><h3>Provided Interfaces</h3></td></tr></table><ul><li>    <a href="tos.interfaces.StdControl.nc.html">StdControl</a> Control<li>    <a href="tos.interfaces.BareSendMsg.nc.html">BareSendMsg</a> Send<li>    <a href="tos.interfaces.ReceiveMsg.nc.html">ReceiveMsg</a> Receive<li>    <a href="tos.interfaces.SendVarLenPacket.nc.html">SendVarLenPacket</a> <li>         result_t <b>txBytes</b>(uint8_t *bytes, uint8_t numBytes)</ul><table BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><tr BGCOLOR="#CCCCFF"><td><h3>Variables</h3></td></tr></table><ul><li>   uint8_t rxCount<li>   uint8_t rxLength<li>   uint8_t txCount<li>   uint8_t txLength<li>   TOS_Msg buffers[2]<li>   TOS_Msg *bufferPtrs[2]<li>   uint8_t bufferIndex<li>   uint8_t *recPtr<li>   uint8_t *sendPtr<li>   uint8_t state</ul><table BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><tr BGCOLOR="#CCCCFF"><td><h3>Function Index</h3></td></tr></table><ul><li>        command result_t     <a href="tos.interfaces.StdControl.nc.html#command result_t Control.init(void)"><b>Control.init</b>    </a>(void)<li>        command result_t     <a href="tos.interfaces.StdControl.nc.html#command result_t Control.start(void)"><b>Control.start</b>    </a>(void)<li>        command result_t     <a href="tos.interfaces.StdControl.nc.html#command result_t Control.stop(void)"><b>Control.stop</b>    </a>(void)<li>        command result_t <b>txBytes</b>(uint8_t *bytes, uint8_t numBytes)<li>        command result_t     <a href="tos.interfaces.BareSendMsg.nc.html#command result_t Send.send(TOS_MsgPtr msg)"><b>Send.send</b>    </a>(TOS_MsgPtr msg)<li>        command result_t     <a href="tos.interfaces.SendVarLenPacket.nc.html#command result_t SendVarLenPacket.send(uint8_t *packet, uint8_t numBytes)"><b>SendVarLenPacket.send</b>    </a>(uint8_t *packet, uint8_t numBytes)<li>        task void <b>sendDoneFailTask</b>(void)<li>        task void <b>sendDoneSuccessTask</b>(void)<li>        task void <b>sendVarLenFailTask</b>(void)<li>        task void <b>sendVarLenSuccessTask</b>(void)<li>        void <b>sendComplete</b>(result_t success)<li>         event result_t     <a href="tos.interfaces.SendVarLenPacket.nc.html# event result_t SendVarLenPacket.sendDone(uint8_t *packet, result_t success)"><b>SendVarLenPacket.sendDone</b>    </a>(uint8_t *packet, result_t success)<li>         event result_t     <a href="tos.interfaces.BareSendMsg.nc.html# event result_t Send.sendDone(TOS_MsgPtr msg, result_t success)"><b>Send.sendDone</b>    </a>(TOS_MsgPtr msg, result_t success)<li>        async event result_t     <a href="tos.interfaces.ByteComm.nc.html#async event result_t ByteComm.txByteReady(bool success)"><b>ByteComm.txByteReady</b>    </a>(bool success)<li>        async event result_t     <a href="tos.interfaces.ByteComm.nc.html#async event result_t ByteComm.txDone(void)"><b>ByteComm.txDone</b>    </a>(void)<li>        task void <b>receiveTask</b>(void)<li>        async event result_t     <a href="tos.interfaces.ByteComm.nc.html#async event result_t ByteComm.rxByteReady(uint8_t data, bool error, uint16_t strength)"><b>ByteComm.rxByteReady</b>    </a>(uint8_t data, bool error, uint16_t strength)</ul>

⌨️ 快捷键说明

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