apps.blink.blink.nc.app.if.dot
来自「tinyos最新版」· DOT 代码 · 共 68 行
DOT
68 行
digraph "Blink_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]; Main [URL="tos.system.Main.nc.html"]; SingleTimer [URL="apps.blink.SingleTimer.nc.html"]; Main -> SingleTimer [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ]; Main [URL="tos.system.Main.nc.html"]; BlinkM [URL="apps.blink.BlinkM.nc.html"]; Main -> BlinkM [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ]; SingleTimer [URL="apps.blink.SingleTimer.nc.html"]; TimerC [URL="tos.system.TimerC.nc.html"]; SingleTimer -> TimerC [ style=dashed label="StdControl" URL="tos.interfaces.StdControl.nc.html" ]; BlinkM [URL="apps.blink.BlinkM.nc.html"]; SingleTimer [URL="apps.blink.SingleTimer.nc.html"]; BlinkM -> SingleTimer [ label="Timer" URL="tos.interfaces.Timer.nc.html" ]; SingleTimer [URL="apps.blink.SingleTimer.nc.html"]; TimerC [URL="tos.system.TimerC.nc.html"]; SingleTimer -> TimerC [ style=dashed label="Timer" URL="tos.interfaces.Timer.nc.html" ]; BlinkM [URL="apps.blink.BlinkM.nc.html"]; LedsC [URL="tos.system.LedsC.nc.html"]; BlinkM -> LedsC [ label="Leds" URL="tos.interfaces.Leds.nc.html" ]; RealMain [URL="tos.system.RealMain.nc.html"]; Main [URL="tos.system.Main.nc.html"]; RealMain -> Main [ style=dashed label="StdControl" URL="tos.interfaces.StdControl.nc.html" ]; RealMain [URL="tos.system.RealMain.nc.html"]; HPLInit [URL="tos.platform.avrmote.HPLInit.nc.html"]; RealMain -> HPLInit [ label="func:init" fontcolor=black ]; RealMain [URL="tos.system.RealMain.nc.html"]; PotC [URL="tos.system.PotC.nc.html"]; RealMain -> PotC [ label="Pot" URL="tos.interfaces.Pot.nc.html" ]; 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" ]; TimerC [URL="tos.system.TimerC.nc.html"]; TimerM [URL="tos.system.TimerM.nc.html"]; TimerC -> TimerM [ style=dashed label="Timer" URL="tos.interfaces.Timer.nc.html" ]; TimerC [URL="tos.system.TimerC.nc.html"]; TimerM [URL="tos.system.TimerM.nc.html"]; TimerC -> TimerM [ style=dashed label="StdControl" URL="tos.interfaces.StdControl.nc.html" ]; TimerM [URL="tos.system.TimerM.nc.html"]; NoLeds [URL="tos.system.NoLeds.nc.html"]; TimerM -> NoLeds [ label="Leds" URL="tos.interfaces.Leds.nc.html" ]; TimerM [URL="tos.system.TimerM.nc.html"]; ClockC [URL="tos.system.ClockC.nc.html"]; TimerM -> ClockC [ label="Clock" URL="tos.interfaces.Clock.nc.html" ]; ClockC [URL="tos.system.ClockC.nc.html"]; HPLClock [URL="tos.platform.mica.HPLClock.nc.html"]; ClockC -> HPLClock [ style=dashed label="Clock" URL="tos.interfaces.Clock.nc.html" ]; TimerM [URL="tos.system.TimerM.nc.html"]; HPLPowerManagementM [URL="tos.platform.mica.HPLPowerManagementM.nc.html"]; TimerM -> HPLPowerManagementM [ label="PowerManagement" URL="tos.interfaces.PowerManagement.nc.html" ]; ClockC [URL="tos.system.ClockC.nc.html"]; HPLClock [URL="tos.platform.mica.HPLClock.nc.html"]; ClockC -> HPLClock [ style=dashed label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?