[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


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;



More information about the Tinyos-2-commits mailing list