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

网络

开发平台:

Others

  1. digraph "PotC_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.     PotC [URL="tos.system.PotC.nc.html"];
  13.     PotM [URL="tos.system.PotM.nc.html"];
  14.     PotC -> PotM [ style=dashed label="Pot" URL="tos.interfaces.Pot.nc.html" ];
  15.     PotM [URL="tos.system.PotM.nc.html"];
  16.     HPLPotC [URL="contrib.zmac.tos.platform.mica2.HPLPotC.nc.html"];
  17.     PotM -> HPLPotC [ label="HPLPot" URL="tos.interfaces.HPLPot.nc.html" ];
  18. }