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

📄 index-all.html

📁 tinyos中文手册,是根据tinyos系统自带手册翻译过来的,虽然质量不好,但是对英文不强的人还是有用的
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Jun 10 14:06:24 PDT 2004 --><TITLE>Index</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"></HEAD><SCRIPT>function asd(){parent.document.title="Index";}</SCRIPT><BODY BGCOLOR="white" onload="asd();"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;PREV&nbsp;&nbsp;NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><A NAME="main"></A><A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <A HREF="#___">_</A> <HR><A NAME="_A_"><!-- --></A><H2><B>A</B></H2><DL><DT><A HREF="net/tinyos/sim/script/reflect/SimObject.html#addAttribute(java.lang.String, net.tinyos.sim.Attribute)"><B>addAttribute(String, Attribute)</B></A> - Method in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/SimObject.html">SimObject</A><DD>Add the given attribute to the object.<DT><A HREF="net/tinyos/sim/script/reflect/SimObject.html#addAttributeChangedEvent(net.tinyos.sim.Attribute)"><B>addAttributeChangedEvent(Attribute)</B></A> - Method in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/SimObject.html">SimObject</A><DD>Register an attribute changed event for the given attribute.<DT><A HREF="net/tinyos/sim/script/reflect/Interp.html#addEventHandler(org.python.core.PyFunction)"><B>addEventHandler(PyFunction)</B></A> - Method in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Interp.html">Interp</A><DD>Equivalent to addEventHandler(callback, null);<DT><A HREF="net/tinyos/sim/script/reflect/Interp.html#addEventHandler(org.python.core.PyFunction, org.python.core.PyJavaClass)"><B>addEventHandler(PyFunction, PyJavaClass)</B></A> - Method in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Interp.html">Interp</A><DD>Registers a given python function as a callback. <DT><A HREF="net/tinyos/sim/script/reflect/Sensor.html#addField(java.lang.String, short, java.lang.String)"><B>addField(String, short, String)</B></A> - Method in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Sensor.html">Sensor</A><DD>Add a new sensor field to the model.<DT><A HREF="net/tinyos/sim/script/reflect/Sensor.html#addModel(java.lang.String, net.tinyos.sim.SensorModel)"><B>addModel(String, SensorModel)</B></A> - Method in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Sensor.html">Sensor</A><DD>Add a new sensor model to the set of options.<DT><A HREF="net/tinyos/sim/script/reflect/Packets.html#addPacketType(net.tinyos.message.Message)"><B>addPacketType(Message)</B></A> - Method in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Packets.html">Packets</A><DD>Create a new dictionary for packets of a particular message type. <DT><A HREF="net/tinyos/sim/script/reflect/Sim.html#argv"><B>argv</B></A> - Variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Sim.html">Sim</A><DD>Array version of the arguments passed in the <i>-scriptargs</i> command line argument.</DL><HR><A NAME="_C_"><!-- --></A><H2><B>C</B></H2><DL><DT><A HREF="net/tinyos/sim/script/reflect/Commands.html"><B>Commands</B></A> - class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A>.<DD>The Commands class is a reflection of the 'raw' simulator interface. <DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#Commands(net.tinyos.sim.script.ScriptInterpreter, net.tinyos.sim.SimDriver)"><B>Commands(ScriptInterpreter, SimDriver)</B></A> - Constructor for class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>Constructor for the Commands object. <DT><A HREF="net/tinyos/sim/script/reflect/Packets.html#copy()"><B>copy()</B></A> - Method in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Packets.html">Packets</A><DD>&nbsp;</DL><HR><A NAME="_D_"><!-- --></A><H2><B>D</B></H2><DL><DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_ADC"><B>DBG_ADC</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_ALL"><B>DBG_ALL</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_AM"><B>DBG_AM</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_BOOT"><B>DBG_BOOT</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_CLOCK"><B>DBG_CLOCK</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_CRC"><B>DBG_CRC</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_CRYPTO"><B>DBG_CRYPTO</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_ENCODE"><B>DBG_ENCODE</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_ERROR"><B>DBG_ERROR</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_HARD"><B>DBG_HARD</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_I2C"><B>DBG_I2C</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_LED"><B>DBG_LED</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_LOG"><B>DBG_LOG</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_MEM"><B>DBG_MEM</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_NONE"><B>DBG_NONE</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_PACKET"><B>DBG_PACKET</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_PROG"><B>DBG_PROG</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_QUEUE"><B>DBG_QUEUE</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A><DD>&nbsp;<DT><A HREF="net/tinyos/sim/script/reflect/Commands.html#DBG_RADIO"><B>DBG_RADIO</B></A> - Static variable in class net.tinyos.sim.script.reflect.<A HREF="net/tinyos/sim/script/reflect/Commands.html">Commands</A>

⌨️ 快捷键说明

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