[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154/dummies NoDispatchSlottedCsmaP.nc, 1.2, 1.3

Jan-Hinrich Hauer janhauer at users.sourceforge.net
Mon May 4 02:40:39 PDT 2009


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/mac/tkn154/dummies
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9684/tos/lib/mac/tkn154/dummies

Modified Files:
	NoDispatchSlottedCsmaP.nc 
Log Message:
Now supporting PIB attribute "macRxOnWhenIdle"

Index: NoDispatchSlottedCsmaP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NoDispatchSlottedCsmaP.nc	24 Mar 2009 12:56:47 -0000	1.2
--- NoDispatchSlottedCsmaP.nc	4 May 2009 09:40:37 -0000	1.3
***************
*** 63,66 ****
--- 63,67 ----
      interface Notify<bool> as RxEnableStateChange;
      interface GetNow<bool> as IsTrackingBeacons;
+     interface Notify<const void*> as PIBUpdateMacRxOnWhenIdle;
      interface FrameUtility;
      interface SlottedCsmaCa;
***************
*** 115,117 ****
--- 116,119 ----
    command error_t WasRxEnabled.enable(){return FAIL;}
    command error_t WasRxEnabled.disable(){return FAIL;}
+   event void PIBUpdateMacRxOnWhenIdle.notify( const void* val ) {}
  }



More information about the Tinyos-2-commits mailing list