[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/teps/txt tep102.txt, 1.9, 1.10
Cory Sharp
cssharp at users.sourceforge.net
Fri May 20 03:10:18 PDT 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps/html tep102.html,
1.7, 1.8
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/STM25P/STM25P LogRead.nc, 1.2,
1.3 LogStorage.h, 1.2, 1.3 LogStorageM.nc, 1.2,
1.3 LogWrite.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/teps/txt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30623/txt
Modified Files:
tep102.txt
Log Message:
Remove "when" and "numMissed" from Timer.fired()
Index: tep102.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep102.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tep102.txt 20 May 2005 10:08:34 -0000 1.9
--- tep102.txt 20 May 2005 10:10:08 -0000 1.10
***************
*** 270,274 ****
command void startOneShotNow( uint32_t dt );
command void stop();
! event void fired( uint32_t when, uint32_t numMissed );
// extended interface
--- 270,274 ----
command void startOneShotNow( uint32_t dt );
command void stop();
! event void fired();
// extended interface
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps/html tep102.html,
1.7, 1.8
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/STM25P/STM25P LogRead.nc, 1.2,
1.3 LogStorage.h, 1.2, 1.3 LogStorageM.nc, 1.2,
1.3 LogWrite.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list