TestBedTopologyC.nc.~1.3.~
上传用户:joranyuan
上传日期:2022-06-23
资源大小:3306k
文件大小:0k
- // author: Ajit Warrier, using drand interface to find connectivity
- // on testbed topology
- configuration TestBedTopologyC {
- }
- implementation {
- components Main, TestBedTopologyM, DrandC, CC1000ControlM, GenericComm as Comm, TimerC;
- Main.StdControl -> TimerC;
- Main.StdControl -> Comm;
- Main.StdControl -> TestBedTopologyM.StdControl;
- TestBedTopologyM.SubControl -> DrandC;
- TestBedTopologyM.Drand -> DrandC.Drand;
- TestBedTopologyM.RFset -> CC1000ControlM.CC1000Control;
- }