[Tinyos-2-commits] CVS: tinyos-2.x/tos/types TinyError.h,1.4,1.5
Kevin Klues
klueska at users.sourceforge.net
Sun Apr 15 14:11:40 PDT 2007
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/system FcfsArbiterC.nc, 1.5,
1.6 RoundRobinArbiterC.nc, 1.5, 1.6
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces
AsyncStdControl.nc, 1.4, 1.5 SplitControl.nc, 1.4,
1.5 StdControl.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/types
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17465/types
Modified Files:
TinyError.h
Log Message:
Update of Std/Split Control interface definitions to be in line with TEP115. Also added the EALREADY type to TinyError.h so that providers of the SplitControl interface can return this value
Index: TinyError.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/types/TinyError.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TinyError.h 12 Dec 2006 18:23:47 -0000 1.4
--- TinyError.h 15 Apr 2007 21:11:38 -0000 1.5
***************
*** 42,45 ****
--- 42,46 ----
ERETRY = 7, // A rare and transient failure: can retry
ERESERVE = 8, // Reservation required before usage
+ EALREADY = 9, // The device state you are requesting is already set
};
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/system FcfsArbiterC.nc, 1.5,
1.6 RoundRobinArbiterC.nc, 1.5, 1.6
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces
AsyncStdControl.nc, 1.4, 1.5 SplitControl.nc, 1.4,
1.5 StdControl.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list