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

📄 test.autorun

📁 传感器网络中的嵌入式操作系统源代码
💻 AUTORUN
字号:
# This is an example of a TinyViz autorun configuration file.# Lines are of the form: <key> <value># Keys may not have embedded whitespace.## The file contains one or more stanzas, where each stanza is separated# by a blank line. Each stanza defines parameters for a single# simulation run. Stanzas inherit settings from the previous stanza.## Possible keys are:#   executable  - Full pathname of TOSSIM executable         (REQUIRED)#   nummotes    - Number of motes                            (REQUIRED)#   dbg         - Setting for DBG environment variable#   logfile     - File to log all events for later processing#   numsec      - Number of virtual seconds to simulate#   stopstring  - If a debug message contains this string, stop simulation#   stopmode    - What to do when the simulation finishes. #                 Valid settings are "exit" (kill simulation and#                 continue with next run) or "pause" (pause simulation#                 and quit when user resumes manually).#   plugin      - Give class name of plugin to register during run#     All plugins containing this name will be registered. Plugins#     operate normally during the run and can visualize, collect data, #     and actuate the simulation.##   All other lines on the file are interpreted as "name value" pairs#   that are set as plugin options inside of TinyViz. Plugins receive#   these options as a series of OptionSetEvent events. Options can also#   be queried using TinyViz.getOption(). Essentially this allows#   plugins to "hook into" this configuration file by receivinglogfile LOG.1executable /home/mdw/src/tinyos/mdw/collective/apps/contour/build/pc/main.exenummotes 16numsec 10dbg usr1,usr2plugin DebugMsgPluginplugin RadioLinkPluginplugin LocationPluginplugin NeighborhoodPluginplugin RadioModelPlugin# This option is interpreted by MotePlugin to set the mote layout policylayout gridrandomradiomodel disc100# These are intepreted by RadioModelPluginradioscaling 3logfile LOG.2executable /home/mdw/src/tinyos/mdw/collective/apps/contour/build/pc/main.exenummotes 9

⌨️ 快捷键说明

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