]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
removed an Alarm from a dummy component
authorjanhauer <janhauer>
Tue, 5 May 2009 16:58:53 +0000 (16:58 +0000)
committerjanhauer <janhauer>
Tue, 5 May 2009 16:58:53 +0000 (16:58 +0000)
tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc

index b664b3f9444f18e39bce27e22f97000007543af5..67dcc5ba00281a38df8a3804498f1bcb6d7ca257 100644 (file)
@@ -53,8 +53,7 @@ generic module NoDispatchSlottedCsmaP(uint8_t sfDirection)
   {
     interface Alarm<TSymbolIEEE802154,uint32_t> as CapEndAlarm;
     interface Alarm<TSymbolIEEE802154,uint32_t> as BLEAlarm;
-    interface Alarm<TSymbolIEEE802154,uint32_t> as IndirectTxWaitAlarm;
-    interface Alarm<TSymbolIEEE802154,uint32_t> as BroadcastAlarm;
+    interface Alarm<TSymbolIEEE802154,uint32_t> as RxWaitAlarm;
     interface GetNow<token_requested_t> as IsRadioTokenRequested;
     interface TransferableResource as RadioToken;
     interface SuperframeStructure; 
@@ -100,9 +99,7 @@ implementation
 
   event void RxEnableStateChange.notify(bool whatever){ }
 
-  async event void BroadcastAlarm.fired(){ }
-
-  async event void IndirectTxWaitAlarm.fired() { }
+  async event void RxWaitAlarm.fired(){ }
 
   async event void SlottedCsmaCa.transmitDone(ieee154_txframe_t *frame, ieee154_csma_t *csma, 
       bool ackPendingFlag,  uint16_t remainingBackoff, error_t result) { }