[Firebug-cvs] fireboard/beta/fireworks/apps/TestLink TestLinkC.nc,1.2,1.3 TestLinkM.nc,1.2,1.3
Brought to you by:
doolin
From: Karthik D. <da...@us...> - 2005-08-02 20:10:59
|
Update of /cvsroot/firebug/fireboard/beta/fireworks/apps/TestLink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5669 Modified Files: TestLinkC.nc TestLinkM.nc Log Message: changed linkmsg am type Index: TestLinkC.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/fireworks/apps/TestLink/TestLinkC.nc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestLinkC.nc 30 Jul 2005 03:36:32 -0000 1.2 --- TestLinkC.nc 2 Aug 2005 20:10:40 -0000 1.3 *************** *** 9,20 **** TestLinkM, LedsC, CC2420RadioC; Main.StdControl -> TestLinkM.StdControl; Main.StdControl -> GenericComm; TestLinkM.CommControl -> GenericComm; TestLinkM.CommControl -> GenericComm; ! TestLinkM.SendLinkMsg -> GenericComm.SendMsg[0xfb]; TestLinkM.ReceiveLinkMsg -> GenericComm.ReceiveMsg[AM_LINKREQUESTMSG]; TestLinkM.Leds -> LedsC; --- 9,22 ---- TestLinkM, LedsC, + DelugeC, CC2420RadioC; Main.StdControl -> TestLinkM.StdControl; Main.StdControl -> GenericComm; + Main.StdControl -> DelugeC; TestLinkM.CommControl -> GenericComm; TestLinkM.CommControl -> GenericComm; ! TestLinkM.SendLinkMsg -> GenericComm.SendMsg[AM_LINKMSG]; TestLinkM.ReceiveLinkMsg -> GenericComm.ReceiveMsg[AM_LINKREQUESTMSG]; TestLinkM.Leds -> LedsC; Index: TestLinkM.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/fireworks/apps/TestLink/TestLinkM.nc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestLinkM.nc 30 Jul 2005 03:36:32 -0000 1.2 --- TestLinkM.nc 2 Aug 2005 20:10:41 -0000 1.3 *************** *** 60,64 **** lMsg->header.am_type = AM_LINKMSG; lMsg->header.seqno = seqno++; ! lMsg->moteid = 0xAFFA; lMsg->tstamp = 0xBBBB; lMsg->RSSI = lastRSSI; --- 60,64 ---- lMsg->header.am_type = AM_LINKMSG; lMsg->header.seqno = seqno++; ! lMsg->moteid = TOS_LOCAL_ADDRESS; lMsg->tstamp = 0xBBBB; lMsg->RSSI = lastRSSI; |