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

网络

开发平台:

Others

  1. digraph "GenericComm_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.     GenericComm [URL="tos.system.GenericComm.nc.html"];
  13.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  14.     GenericComm -> AMStandard [ style=dashed label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];
  15.     GenericComm [URL="tos.system.GenericComm.nc.html"];
  16.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  17.     GenericComm -> AMStandard [ style=dashed label="SendMsg" URL="tos.interfaces.SendMsg.nc.html" ];
  18.     GenericComm [URL="tos.system.GenericComm.nc.html"];
  19.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  20.     GenericComm -> AMStandard [ style=dashed label="ReceiveMsg" URL="tos.interfaces.ReceiveMsg.nc.html" ];
  21.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  22.     GenericComm [URL="tos.system.GenericComm.nc.html"];
  23.     AMStandard -> GenericComm [ label="func:sendDone" fontcolor=black ];
  24.     GenericComm [URL="tos.system.GenericComm.nc.html"];
  25.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  26.     GenericComm -> AMStandard [ label="func:activity" fontcolor=black ];
  27.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  28.     TimerC [URL="tos.system.TimerC.nc.html"];
  29.     AMStandard -> TimerC [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];
  30.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  31.     TimerC [URL="tos.system.TimerC.nc.html"];
  32.     AMStandard -> TimerC [ label="Timer" URL="tos.interfaces.Timer.nc.html" ];
  33.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  34.     UARTFramedPacket [URL="tos.system.UARTFramedPacket.nc.html"];
  35.     AMStandard -> UARTFramedPacket [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];
  36.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  37.     UARTFramedPacket [URL="tos.system.UARTFramedPacket.nc.html"];
  38.     AMStandard -> UARTFramedPacket [ label="BareSendMsg" URL="tos.interfaces.BareSendMsg.nc.html" ];
  39.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  40.     UARTFramedPacket [URL="tos.system.UARTFramedPacket.nc.html"];
  41.     AMStandard -> UARTFramedPacket [ label="ReceiveMsg" URL="tos.interfaces.ReceiveMsg.nc.html" ];
  42.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  43.     RadioCRCPacket [URL="contrib.zmac.tos.platform.mica2.RadioCRCPacket.nc.html"];
  44.     AMStandard -> RadioCRCPacket [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];
  45.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  46.     RadioCRCPacket [URL="contrib.zmac.tos.platform.mica2.RadioCRCPacket.nc.html"];
  47.     AMStandard -> RadioCRCPacket [ label="BareSendMsg" URL="tos.interfaces.BareSendMsg.nc.html" ];
  48.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  49.     RadioCRCPacket [URL="contrib.zmac.tos.platform.mica2.RadioCRCPacket.nc.html"];
  50.     AMStandard -> RadioCRCPacket [ label="ReceiveMsg" URL="tos.interfaces.ReceiveMsg.nc.html" ];
  51.     AMStandard [URL="tos.system.AMStandard.nc.html"];
  52.     HPLPowerManagementM [URL="contrib.zmac.tos.platform.mica2.HPLPowerManagementM.nc.html"];
  53.     AMStandard -> HPLPowerManagementM [ label="PowerManagement" URL="tos.interfaces.PowerManagement.nc.html" ];
  54. }