[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/interfaces
LocalTime.nc, 1.3, 1.4
Jan Flora
janflora at users.sourceforge.net
Sat Sep 16 10:52:27 PDT 2006
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/lib/ieee802154/mac/interfaces
CallbackService.nc, NONE, 1.1 CfpTx.nc, NONE,
1.1 BeaconGtsService.nc, 1.1, 1.2 Superframe.nc, 1.9, 1.10
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/chips/mc13192/ieee802154/phy
mc13192PhyDriverM.nc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/diku/evb13192/tos/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10095/tos/interfaces
Modified Files:
LocalTime.nc
Log Message:
802.15.4 GTS functionality updates
Index: LocalTime.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/diku/evb13192/tos/interfaces/LocalTime.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** LocalTime.nc 23 Aug 2006 09:57:17 -0000 1.3
--- LocalTime.nc 16 Sep 2006 17:52:24 -0000 1.4
***************
*** 35,38 ****
--- 35,40 ----
command uint16_t getLow16();
command void reset();
+ command bool isFuture(uint32_t timeStamp);
+ command bool isPast(uint32_t timeStamp);
command uint32_t timeDiff(uint32_t before, uint32_t after);
}
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/lib/ieee802154/mac/interfaces
CallbackService.nc, NONE, 1.1 CfpTx.nc, NONE,
1.1 BeaconGtsService.nc, 1.1, 1.2 Superframe.nc, 1.9, 1.10
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/diku/evb13192/tos/chips/mc13192/ieee802154/phy
mc13192PhyDriverM.nc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list