From: janhauer Date: Tue, 5 May 2009 16:58:53 +0000 (+0000) Subject: removed an Alarm from a dummy component X-Git-Tag: rc_6_tinyos_2_1_1~395 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=0c0544db36c1a77144273d2c4d7dc6158c45e03c removed an Alarm from a dummy component --- 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) { }