[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components/NetworkInterface
NetworkInterfaceC.nc, 1.5, 1.6 NetworkInterfaceM.nc, 1.13, 1.14
Chien-Liang Fok
chien-liang at users.sourceforge.net
Tue Oct 3 05:55:57 PDT 2006
Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/NetworkInterface
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5958/components/NetworkInterface
Modified Files:
NetworkInterfaceC.nc NetworkInterfaceM.nc
Log Message:
removed some components specific to the cc2420 radio
Index: NetworkInterfaceC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/NetworkInterface/NetworkInterfaceC.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** NetworkInterfaceC.nc 18 May 2006 19:58:41 -0000 1.5
--- NetworkInterfaceC.nc 3 Oct 2006 12:55:53 -0000 1.6
***************
*** 53,57 ****
implementation {
components GenericComm as Comm, NetworkInterfaceM as NIM;
! components MessageBufferM, CC2420RadioC;
//components GenericCommPromiscuous as CommP, MultiHopRouter;
--- 53,57 ----
implementation {
components GenericComm as Comm, NetworkInterfaceM as NIM;
! components MessageBufferM;//, CC2420RadioC;
//components GenericCommPromiscuous as CommP, MultiHopRouter;
***************
*** 78,82 ****
NIM.ReceiveMsg -> Comm.ReceiveMsg;
NIM.MessageBufferI -> MessageBufferM;
! NIM.CC2420Control -> CC2420RadioC.CC2420Control;
#ifdef TOSH_HARDWARE_MICA2
--- 78,82 ----
NIM.ReceiveMsg -> Comm.ReceiveMsg;
NIM.MessageBufferI -> MessageBufferM;
! //NIM.CC2420Control -> CC2420RadioC.CC2420Control;
#ifdef TOSH_HARDWARE_MICA2
Index: NetworkInterfaceM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/NetworkInterface/NetworkInterfaceM.nc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** NetworkInterfaceM.nc 18 May 2006 19:58:41 -0000 1.13
--- NetworkInterfaceM.nc 3 Oct 2006 12:55:53 -0000 1.14
***************
*** 73,77 ****
interface MessageBufferI;
! interface CC2420Control;
#ifdef TOSH_HARDWARE_MICA2
interface MacControl; // enable MAC-level ACKs
--- 73,77 ----
interface MessageBufferI;
! //interface CC2420Control;
#ifdef TOSH_HARDWARE_MICA2
interface MacControl; // enable MAC-level ACKs
***************
*** 142,146 ****
// set the transmit power
! call CC2420Control.SetRFPower(AGILLA_RF_POWER);
return SUCCESS;
}
--- 142,146 ----
// set the transmit power
! //call CC2420Control.SetRFPower(AGILLA_RF_POWER);
return SUCCESS;
}
More information about the Tinyos-contrib-commits
mailing list