[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/tinynode
platform_message.h, 1.2, 1.3
Phil Levis
scipio at users.sourceforge.net
Tue Feb 19 14:03:47 PST 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosa
platform_message.h, 1.4, 1.5
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 DefaultPacket.h,
NONE, 1.1 DefaultPacketC.nc, NONE, 1.1 DefaultPacketP.nc, NONE,
1.1 PacketField.nc, NONE, 1.1 DefaultMacC.nc, 1.1,
1.2 DefaultMacP.nc, 1.1, 1.2 MessageBufferLayerP.nc, 1.1,
1.2 PacketTimeStamp.nc, 1.1, 1.2 PacketTimeSynch.nc, 1.1,
1.2 RF230Config.nc, 1.1, 1.2 RF230LayerC.nc, 1.1,
1.2 RF230LayerP.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/tinynode
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23372/tinynode
Modified Files:
platform_message.h
Log Message:
Add serial metadata to all platform_message.h files.
Index: platform_message.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/tinynode/platform_message.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** platform_message.h 12 Jul 2006 17:03:14 -0000 1.2
--- platform_message.h 19 Feb 2008 22:03:45 -0000 1.3
***************
*** 49,52 ****
--- 49,53 ----
typedef union message_metadata {
xe1205_metadata_t xe1205;
+ serial_metadata_t serial;
} message_metadata_t;
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosa
platform_message.h, 1.4, 1.5
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 DefaultPacket.h,
NONE, 1.1 DefaultPacketC.nc, NONE, 1.1 DefaultPacketP.nc, NONE,
1.1 PacketField.nc, NONE, 1.1 DefaultMacC.nc, 1.1,
1.2 DefaultMacP.nc, 1.1, 1.2 MessageBufferLayerP.nc, 1.1,
1.2 PacketTimeStamp.nc, 1.1, 1.2 PacketTimeSynch.nc, 1.1,
1.2 RF230Config.nc, 1.1, 1.2 RF230LayerC.nc, 1.1,
1.2 RF230LayerP.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list