]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc
Now supporting PIB attribute "macRxOnWhenIdle"
[tinyos-2.x.git] / tos / lib / mac / tkn154 / dummies / NoDispatchSlottedCsmaP.nc
index b61259ecce4bf856afe4160cc13d96134cba62e5..b664b3f9444f18e39bce27e22f97000007543af5 100644 (file)
@@ -62,6 +62,7 @@ generic module NoDispatchSlottedCsmaP(uint8_t sfDirection)
     interface Get<ieee154_txframe_t*> as GetIndirectTxFrame; 
     interface Notify<bool> as RxEnableStateChange;
     interface GetNow<bool> as IsTrackingBeacons;
+    interface Notify<const void*> as PIBUpdateMacRxOnWhenIdle;
     interface FrameUtility;
     interface SlottedCsmaCa;
     interface RadioRx;
@@ -114,4 +115,5 @@ implementation
 
   command error_t WasRxEnabled.enable(){return FAIL;}
   command error_t WasRxEnabled.disable(){return FAIL;}
+  event void PIBUpdateMacRxOnWhenIdle.notify( const void* val ) {}
 }