tos.platform.mica2.hpluartc.nc.if.dot

来自「tinyos中文手册,是根据tinyos系统自带手册翻译过来的,虽然质量不好,但」· DOT 代码 · 共 17 行

DOT
17
字号
digraph "HPLUARTC_if" {    rankdir=LR;    ratio=compress;    margin="0,0";    ranksep=0.0005;     nodesep=0.1;     node [shape=ellipse style=filled fillcolor="#e0e0e0"];    node [fontsize=10 height=.1 width=.1];    edge [fontsize=9 arrowsize=.8];    node [fontcolor=blue];    edge [fontcolor=blue];    HPLUARTC [URL="tos.platform.mica2.HPLUARTC.nc.html"];    HPLUART0M [URL="tos.platform.mica2.HPLUART0M.nc.html"];    HPLUARTC -> HPLUART0M [ style=dashed label="HPLUART" URL="tos.interfaces.HPLUART.nc.html" ];}

⌨️ 快捷键说明

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