[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154/dummies NoDispatchSlottedCsmaP.nc, 1.3, 1.4
Jan-Hinrich Hauer
janhauer at users.sourceforge.net
Tue May 5 09:58:55 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/mac/tkn154/dummies
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1864/tos/lib/mac/tkn154/dummies
Modified Files:
NoDispatchSlottedCsmaP.nc
Log Message:
removed an Alarm from a dummy component
Index: NoDispatchSlottedCsmaP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** NoDispatchSlottedCsmaP.nc 4 May 2009 09:40:37 -0000 1.3
--- NoDispatchSlottedCsmaP.nc 5 May 2009 16:58:53 -0000 1.4
***************
*** 54,59 ****
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 GetNow<token_requested_t> as IsRadioTokenRequested;
interface TransferableResource as RadioToken;
--- 54,58 ----
interface Alarm<TSymbolIEEE802154,uint32_t> as CapEndAlarm;
interface Alarm<TSymbolIEEE802154,uint32_t> as BLEAlarm;
! interface Alarm<TSymbolIEEE802154,uint32_t> as RxWaitAlarm;
interface GetNow<token_requested_t> as IsRadioTokenRequested;
interface TransferableResource as RadioToken;
***************
*** 101,107 ****
event void RxEnableStateChange.notify(bool whatever){ }
! async event void BroadcastAlarm.fired(){ }
!
! async event void IndirectTxWaitAlarm.fired() { }
async event void SlottedCsmaCa.transmitDone(ieee154_txframe_t *frame, ieee154_csma_t *csma,
--- 100,104 ----
event void RxEnableStateChange.notify(bool whatever){ }
! async event void RxWaitAlarm.fired(){ }
async event void SlottedCsmaCa.transmitDone(ieee154_txframe_t *frame, ieee154_csma_t *csma,
More information about the Tinyos-2-commits
mailing list