tos.lib.Queue.QueuedSend.nc.if.dot
上传用户:joranyuan
上传日期:2022-06-23
资源大小:3306k
文件大小:1k
源码类别:

网络

开发平台:

Others

  1. digraph "QueuedSend_if" {
  2.     rankdir=LR;
  3.     ratio=compress;
  4.     margin="0,0";
  5.     ranksep=0.0005; 
  6.     nodesep=0.1; 
  7.     node [shape=ellipse style=filled fillcolor="#e0e0e0"];
  8.     node [fontsize=10 height=.1 width=.1];
  9.     edge [fontsize=9 arrowsize=.8];
  10.     node [fontcolor=blue];
  11.     edge [fontcolor=blue];
  12.     QueuedSend [URL="tos.lib.Queue.QueuedSend.nc.html"];
  13.     QueuedSendM [URL="tos.lib.Queue.QueuedSendM.nc.html"];
  14.     QueuedSend -> QueuedSendM [ style=dashed label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];
  15.     QueuedSend [URL="tos.lib.Queue.QueuedSend.nc.html"];
  16.     QueuedSendM [URL="tos.lib.Queue.QueuedSendM.nc.html"];
  17.     QueuedSend -> QueuedSendM [ style=dashed label="QueueControl" URL="tos.lib.Queue.QueueControl.nc.html" ];
  18.     QueuedSend [URL="tos.lib.Queue.QueuedSend.nc.html"];
  19.     QueuedSendM [URL="tos.lib.Queue.QueuedSendM.nc.html"];
  20.     QueuedSend -> QueuedSendM [ style=dashed label="SendMsg" URL="tos.interfaces.SendMsg.nc.html" ];
  21.     QueuedSendM [URL="tos.lib.Queue.QueuedSendM.nc.html"];
  22.     GenericCommPromiscuous [URL="tos.system.GenericCommPromiscuous.nc.html"];
  23.     QueuedSendM -> GenericCommPromiscuous [ label="SendMsg" URL="tos.interfaces.SendMsg.nc.html" ];
  24.     QueuedSendM [URL="tos.lib.Queue.QueuedSendM.nc.html"];
  25.     NoLeds [URL="tos.system.NoLeds.nc.html"];
  26.     QueuedSendM -> NoLeds [ label="Leds" URL="tos.interfaces.Leds.nc.html" ];
  27. }