tos.sensorboards.micasb.i2cpotc.nc.if.dot

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

DOT
29
字号
digraph "I2CPotC_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];    I2CPotC [URL="tos.sensorboards.micasb.I2CPotC.nc.html"];    I2CPotM [URL="tos.sensorboards.micasb.I2CPotM.nc.html"];    I2CPotC -> I2CPotM [ style=dashed label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];    I2CPotC [URL="tos.sensorboards.micasb.I2CPotC.nc.html"];    I2CPotM [URL="tos.sensorboards.micasb.I2CPotM.nc.html"];    I2CPotC -> I2CPotM [ style=dashed label="I2CPot" URL="tos.interfaces.I2CPot.nc.html" ];    I2CPotM [URL="tos.sensorboards.micasb.I2CPotM.nc.html"];    LedsC [URL="tos.system.LedsC.nc.html"];    I2CPotM -> LedsC [ label="Leds" URL="tos.interfaces.Leds.nc.html" ];    I2CPotM [URL="tos.sensorboards.micasb.I2CPotM.nc.html"];    I2CC [URL="tos.platform.mica128.I2CC.nc.html"];    I2CPotM -> I2CC [ label="I2C" URL="tos.interfaces.I2C.nc.html" ];    I2CPotM [URL="tos.sensorboards.micasb.I2CPotM.nc.html"];    I2CC [URL="tos.platform.mica128.I2CC.nc.html"];    I2CPotM -> I2CC [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];}

⌨️ 快捷键说明

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