X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2Fdummies%2FNoDispatchSlottedCsmaP.nc;h=67dcc5ba00281a38df8a3804498f1bcb6d7ca257;hb=0c0544db36c1a77144273d2c4d7dc6158c45e03c;hp=b664b3f9444f18e39bce27e22f97000007543af5;hpb=a83f67f4c22cb8c822537e525e1d254f11c7fdb6;p=tinyos-2.x.git 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) { }