[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosb/mac/tkn154 Ieee802154NonBeaconEnabledC.nc, 1.2, 1.3
Jan-Hinrich Hauer
janhauer at users.sourceforge.net
Mon May 18 05:54:13 PDT 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 DispatchSlottedCsmaP.nc, 1.6, 1.7 DispatchUnslottedCsmaP.nc, 1.8, 1.9 RadioClientC.nc, 1.4, 1.5 TKN154BeaconEnabledP.nc, 1.6, 1.7 TKN154_MAC.h, 1.7, 1.8 TKN154NonBeaconEnabledP.nc, 1.6, 1.7
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 BeaconRequestRxP.nc, NONE, 1.1 DispatchUnslottedCsmaP.nc, 1.9, 1.10 TKN154NonBeaconEnabledP.nc, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosb/mac/tkn154
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27767/tos/platforms/telosb/mac/tkn154
Modified Files:
Ieee802154NonBeaconEnabledC.nc
Log Message:
Added a component that accepts beacon request frames and responds with a beacon (written by Jasper Buesch).
Index: Ieee802154NonBeaconEnabledC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosb/mac/tkn154/Ieee802154NonBeaconEnabledC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Ieee802154NonBeaconEnabledC.nc 4 Mar 2009 18:39:38 -0000 1.2
--- Ieee802154NonBeaconEnabledC.nc 18 May 2009 12:54:11 -0000 1.3
***************
*** 57,60 ****
--- 57,61 ----
interface IEEE154Frame;
interface IEEE154BeaconFrame;
+ interface IEEE154TxBeaconPayload;
interface SplitControl as PromiscuousMode;
interface Get<uint64_t> as LocalExtendedAddress;
***************
*** 83,86 ****
--- 84,88 ----
IEEE154Frame = MAC;
IEEE154BeaconFrame = MAC;
+ IEEE154TxBeaconPayload = MAC;
LocalExtendedAddress = MAC;
PromiscuousMode = MAC;
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 DispatchSlottedCsmaP.nc, 1.6, 1.7 DispatchUnslottedCsmaP.nc, 1.8, 1.9 RadioClientC.nc, 1.4, 1.5 TKN154BeaconEnabledP.nc, 1.6, 1.7 TKN154_MAC.h, 1.7, 1.8 TKN154NonBeaconEnabledP.nc, 1.6, 1.7
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 BeaconRequestRxP.nc, NONE, 1.1 DispatchUnslottedCsmaP.nc, 1.9, 1.10 TKN154NonBeaconEnabledP.nc, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list