From 0c0544db36c1a77144273d2c4d7dc6158c45e03c Mon Sep 17 00:00:00 2001 From: janhauer Date: Tue, 5 May 2009 16:58:53 +0000 Subject: [PATCH] removed an Alarm from a dummy component --- tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc b/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc index b664b3f9..67dcc5ba 100644 --- a/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc +++ b/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc @@ -53,8 +53,7 @@ generic module NoDispatchSlottedCsmaP(uint8_t sfDirection) { interface Alarm as CapEndAlarm; interface Alarm as BLEAlarm; - interface Alarm as IndirectTxWaitAlarm; - interface Alarm as BroadcastAlarm; + interface Alarm as RxWaitAlarm; interface GetNow 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) { } -- 2.39.2