[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/lib/ieee802154/mac/interfaces
Superframe.nc, 1.8, 1.9
Jan Flora
janflora at users.sourceforge.net
Wed Aug 23 05:21:50 PDT 2006
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/chips/hcs08/timers
HPLTimer2M.nc, 1.5, 1.6 AsyncAlarmC.nc, 1.3, 1.4 LocalTimeM.nc,
1.2, 1.3 AsyncAlarmM.nc, 1.5, 1.6
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/lib/ieee802154/mac
macFrame.h, 1.2, 1.3 TimingServiceM.nc, 1.1,
1.2 BeaconTrackerM.nc, 1.12, 1.13 SuperframeM.nc, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/diku/evb13192/tos/lib/ieee802154/mac/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14738/tos/lib/ieee802154/mac/interfaces
Modified Files:
Superframe.nc
Log Message:
802.15.4 library updates
Index: Superframe.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/diku/evb13192/tos/lib/ieee802154/mac/interfaces/Superframe.nc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Superframe.nc 23 Aug 2006 09:54:57 -0000 1.8
--- Superframe.nc 23 Aug 2006 12:21:48 -0000 1.9
***************
*** 43,46 ****
--- 43,47 ----
// Checks if the transaction including backoffs will fit in the current
// CAP. Updates the backoffPeriods property according to the IEEE standard
+ command time_t timeoutFitsInCurCap(time_t timeout, superframe_t *sf);
command bool fitsInCurCap(capTx_t *frame);
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/chips/hcs08/timers
HPLTimer2M.nc, 1.5, 1.6 AsyncAlarmC.nc, 1.3, 1.4 LocalTimeM.nc,
1.2, 1.3 AsyncAlarmM.nc, 1.5, 1.6
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/lib/ieee802154/mac
macFrame.h, 1.2, 1.3 TimingServiceM.nc, 1.1,
1.2 BeaconTrackerM.nc, 1.12, 1.13 SuperframeM.nc, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list