tos.lib.cc2420radio.cc2420radioc.nc.if.dot

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

DOT
65
字号
digraph "CC2420RadioC_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];    CC2420RadioC [URL="tos.lib.CC2420Radio.CC2420RadioC.nc.html"];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    CC2420RadioC -> CC2420RadioM [ style=dashed label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];    CC2420RadioC [URL="tos.lib.CC2420Radio.CC2420RadioC.nc.html"];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    CC2420RadioC -> CC2420RadioM [ style=dashed label="BareSendMsg" URL="tos.interfaces.BareSendMsg.nc.html" ];    CC2420RadioC [URL="tos.lib.CC2420Radio.CC2420RadioC.nc.html"];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    CC2420RadioC -> CC2420RadioM [ style=dashed label="ReceiveMsg" URL="tos.interfaces.ReceiveMsg.nc.html" ];    CC2420RadioC [URL="tos.lib.CC2420Radio.CC2420RadioC.nc.html"];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    CC2420RadioC -> CC2420RadioM [ style=dashed label="MacControl" URL="tos.lib.CC2420Radio.MacControl.nc.html" ];    CC2420RadioC [URL="tos.lib.CC2420Radio.CC2420RadioC.nc.html"];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    CC2420RadioC -> CC2420RadioM [ style=dashed label="MacBackoff" URL="tos.lib.CC2420Radio.MacBackoff.nc.html" ];    CC2420RadioC [URL="tos.lib.CC2420Radio.CC2420RadioC.nc.html"];    CC2420ControlM [URL="tos.lib.CC2420Radio.CC2420ControlM.nc.html"];    CC2420RadioC -> CC2420ControlM [ style=dashed label="CC2420Control" URL="tos.lib.CC2420Radio.CC2420Control.nc.html" ];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    CC2420ControlM [URL="tos.lib.CC2420Radio.CC2420ControlM.nc.html"];    CC2420RadioM -> CC2420ControlM [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    CC2420ControlM [URL="tos.lib.CC2420Radio.CC2420ControlM.nc.html"];    CC2420RadioM -> CC2420ControlM [ label="CC2420Control" URL="tos.lib.CC2420Radio.CC2420Control.nc.html" ];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    RandomLFSR [URL="tos.system.RandomLFSR.nc.html"];    CC2420RadioM -> RandomLFSR [ label="Random" URL="tos.interfaces.Random.nc.html" ];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    TimerC [URL="tos.system.TimerC.nc.html"];    CC2420RadioM -> TimerC [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    TimerJiffyAsyncC [URL="tos.platform.micaz.TimerJiffyAsyncC.nc.html"];    CC2420RadioM -> TimerJiffyAsyncC [ label="TimerJiffyAsync" URL="tos.lib.CC2420Radio.TimerJiffyAsync.nc.html" ];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    HPLCC2420C [URL="tos.platform.micaz.HPLCC2420C.nc.html"];    CC2420RadioM -> HPLCC2420C [ label="HPLCC2420" URL="tos.lib.CC2420Radio.HPLCC2420.nc.html" ];    CC2420ControlM [URL="tos.lib.CC2420Radio.CC2420ControlM.nc.html"];    HPLCC2420C [URL="tos.platform.micaz.HPLCC2420C.nc.html"];    CC2420ControlM -> HPLCC2420C [ label="HPLCC2420" URL="tos.lib.CC2420Radio.HPLCC2420.nc.html" ];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    HPLCC2420C [URL="tos.platform.micaz.HPLCC2420C.nc.html"];    CC2420RadioM -> HPLCC2420C [ label="HPLCC2420FIFO" URL="tos.lib.CC2420Radio.HPLCC2420FIFO.nc.html" ];    CC2420ControlM [URL="tos.lib.CC2420Radio.CC2420ControlM.nc.html"];    HPLCC2420C [URL="tos.platform.micaz.HPLCC2420C.nc.html"];    CC2420ControlM -> HPLCC2420C [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];    CC2420ControlM [URL="tos.lib.CC2420Radio.CC2420ControlM.nc.html"];    HPLCC2420C [URL="tos.platform.micaz.HPLCC2420C.nc.html"];    CC2420ControlM -> HPLCC2420C [ label="HPLCC2420RAM" URL="tos.lib.CC2420Radio.HPLCC2420RAM.nc.html" ];    CC2420RadioM [URL="tos.lib.CC2420Radio.CC2420RadioM.nc.html"];    NoLeds [URL="tos.system.NoLeds.nc.html"];    CC2420RadioM -> NoLeds [ label="Leds" URL="tos.interfaces.Leds.nc.html" ];}

⌨️ 快捷键说明

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