contrib.zmac.tos.platform.mica2.ADCC.nc.if.dot
上传用户:joranyuan
上传日期:2022-06-23
资源大小:3306k
文件大小:2k
源码类别:
网络
开发平台:
Others
- digraph "ADCC_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];
- Main [URL="tos.system.Main.nc.html"];
- TimerC [URL="tos.system.TimerC.nc.html"];
- Main -> TimerC [ label="StdControl" URL="tos.interfaces.StdControl.nc.html" ];
- ADCC [URL="contrib.zmac.tos.platform.mica2.ADCC.nc.html"];
- ADCREFM [URL="contrib.zmac.tos.platform.mica2.ADCREFM.nc.html"];
- ADCC -> ADCREFM [ style=dashed label="ADC" URL="tos.interfaces.ADC.nc.html" ];
- ADCC [URL="contrib.zmac.tos.platform.mica2.ADCC.nc.html"];
- ADCREFM [URL="contrib.zmac.tos.platform.mica2.ADCREFM.nc.html"];
- ADCC -> ADCREFM [ style=dashed label="ADC" URL="tos.interfaces.ADC.nc.html" ];
- ADCC [URL="contrib.zmac.tos.platform.mica2.ADCC.nc.html"];
- ADCREFM [URL="contrib.zmac.tos.platform.mica2.ADCREFM.nc.html"];
- ADCC -> ADCREFM [ style=dashed label="ADCControl" URL="contrib.zmac.tos.platform.mica2.ADCControl.nc.html" ];
- ADCREFM [URL="contrib.zmac.tos.platform.mica2.ADCREFM.nc.html"];
- TimerC [URL="tos.system.TimerC.nc.html"];
- ADCREFM -> TimerC [ label="Timer" URL="tos.interfaces.Timer.nc.html" ];
- ADCREFM [URL="contrib.zmac.tos.platform.mica2.ADCREFM.nc.html"];
- HPLADCM [URL="contrib.zmac.tos.platform.mica2.HPLADCM.nc.html"];
- ADCREFM -> HPLADCM [ label="HPLADC" URL="tos.interfaces.HPLADC.nc.html" ];
- }