tos.system.potc.nc.if.dot
来自「tinyos最新版」· DOT 代码 · 共 20 行
DOT
20 行
digraph "PotC_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]; PotC [URL="tos.system.PotC.nc.html"]; PotM [URL="tos.system.PotM.nc.html"]; PotC -> PotM [ style=dashed label="Pot" URL="tos.interfaces.Pot.nc.html" ]; PotM [URL="tos.system.PotM.nc.html"]; HPLPotC [URL="tos.platform.avrmote.HPLPotC.nc.html"]; PotM -> HPLPotC [ label="HPLPot" URL="tos.interfaces.HPLPot.nc.html" ];}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?