contrib.zmac.tos.platform.mica2.ADCC.nc.if.dot
上传用户:joranyuan
上传日期:2022-06-23
资源大小:3306k
文件大小:2k
源码类别:

网络

开发平台:

Others

  1. digraph "ADCC_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.     Main [URL="tos.system.Main.nc.html"];
  13.     TimerC [URL="tos.system.TimerC.nc.html"];
  14.     Main -> TimerC [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];
  15.     ADCC [URL="contrib.zmac.tos.platform.mica2.ADCC.nc.html"];
  16.     ADCREFM [URL="contrib.zmac.tos.platform.mica2.ADCREFM.nc.html"];
  17.     ADCC -> ADCREFM [ style=dashed label="ADC" URL="tos.interfaces.ADC.nc.html" ];
  18.     ADCC [URL="contrib.zmac.tos.platform.mica2.ADCC.nc.html"];
  19.     ADCREFM [URL="contrib.zmac.tos.platform.mica2.ADCREFM.nc.html"];
  20.     ADCC -> ADCREFM [ style=dashed label="ADC" URL="tos.interfaces.ADC.nc.html" ];
  21.     ADCC [URL="contrib.zmac.tos.platform.mica2.ADCC.nc.html"];
  22.     ADCREFM [URL="contrib.zmac.tos.platform.mica2.ADCREFM.nc.html"];
  23.     ADCC -> ADCREFM [ style=dashed label="ADCControl" URL="contrib.zmac.tos.platform.mica2.ADCControl.nc.html" ];
  24.     ADCREFM [URL="contrib.zmac.tos.platform.mica2.ADCREFM.nc.html"];
  25.     TimerC [URL="tos.system.TimerC.nc.html"];
  26.     ADCREFM -> TimerC [ label="Timer" URL="tos.interfaces.Timer.nc.html" ];
  27.     ADCREFM [URL="contrib.zmac.tos.platform.mica2.ADCREFM.nc.html"];
  28.     HPLADCM [URL="contrib.zmac.tos.platform.mica2.HPLADCM.nc.html"];
  29.     ADCREFM -> HPLADCM [ label="HPLADC" URL="tos.interfaces.HPLADC.nc.html" ];
  30. }