[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
CollectionDebugMsg.h, 1.1.2.3, 1.1.2.4
Rodrigo Fonseca
rfonseca76 at users.sourceforge.net
Thu Jun 15 13:27:02 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosa
PlatformSerialC.nc, 1.1.2.5, 1.1.2.5.8.1 TelosSerialP.nc,
1.1.2.1, 1.1.2.1.8.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial
programmers.html, NONE, 1.1.2.1 index.html, 1.1.2.4,
1.1.2.5 lesson1.html, 1.1.2.11, 1.1.2.12 lesson2.html, 1.1.2.6,
1.1.2.7 lesson3.html, 1.1.2.3, 1.1.2.4 lesson5.html, 1.1.2.4,
1.1.2.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25806
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
CollectionDebugMsg.h
Log Message:
Added two constants
Index: CollectionDebugMsg.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection/Attic/CollectionDebugMsg.h,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** CollectionDebugMsg.h 15 Jun 2006 17:12:44 -0000 1.1.2.3
--- CollectionDebugMsg.h 15 Jun 2006 20:27:00 -0000 1.1.2.4
***************
*** 23,26 ****
--- 23,28 ----
NET_C_TREE_NEW_PARENT = 0x31, //: :parent_id, hopcount, metric
NET_C_TREE_ROUTE_INFO = 0x32, //:periodic:parent_id, hopcount, metric
+ NET_C_TREE_SENT_BEACON = 0x33,
+ NET_C_TREE_RCV_BEACON = 0x34,
NET_C_DBG_1 = 0x40, //:any :uint16_t a
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosa
PlatformSerialC.nc, 1.1.2.5, 1.1.2.5.8.1 TelosSerialP.nc,
1.1.2.1, 1.1.2.1.8.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial
programmers.html, NONE, 1.1.2.1 index.html, 1.1.2.4,
1.1.2.5 lesson1.html, 1.1.2.11, 1.1.2.12 lesson2.html, 1.1.2.6,
1.1.2.7 lesson3.html, 1.1.2.3, 1.1.2.4 lesson5.html, 1.1.2.4,
1.1.2.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list