[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosb/mac/tkn154 platform_message.h, 1.2, 1.3
Jan-Hinrich Hauer
janhauer at users.sourceforge.net
Tue Mar 24 05:56:49 PDT 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 BeaconSynchronizeP.nc, 1.8, 1.9 BeaconTransmitP.nc, 1.7, 1.8 CoordBroadcastP.nc, 1.4, 1.5 DataP.nc, 1.3, 1.4 DispatchSlottedCsmaP.nc, 1.1, 1.2 DispatchUnslottedCsmaP.nc, 1.1, 1.2 PibP.nc, 1.6, 1.7 PromiscuousModeP.nc, 1.3, 1.4 RadioClientC.nc, 1.3, 1.4 RadioControlP.nc, 1.2, 1.3 ScanP.nc, 1.3, 1.4 SimpleTransferArbiterP.nc, 1.3, 1.4 TKN154BeaconEnabledP.nc, 1.2, 1.3 TKN154_MAC.h, 1.4, 1.5 TKN154NonBeaconEnabledP.nc, 1.2, 1.3 SimpleRoundRobinTransferArbiterC.nc, 1.1, NONE TransferClientP.nc, 1.4, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 TKN154_MAC.h, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosb/mac/tkn154
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23986/tos/platforms/telosb/mac/tkn154
Modified Files:
platform_message.h
Log Message:
1) simplified the resource transfer: removed ResourceTransfer* interfaces and corresponding components, replaced them by a single new extended TransferableResource interface (the token passing mechanism remains the same, but now there are less interfaces/components involved).
2) made some small fixes/modifications to facilitate porting to micaz, as proposed by Daniel F. Piñeiro Santos
Index: platform_message.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosb/mac/tkn154/platform_message.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** platform_message.h 4 Mar 2009 18:31:50 -0000 1.2
--- platform_message.h 24 Mar 2009 12:56:47 -0000 1.3
***************
*** 12,16 ****
typedef struct {
uint8_t control; // stores length (lower 7 bits), top bit -> promiscuous mode
! uint8_t mhr[23]; // maximum header size without security
} ieee154_header_t;
--- 12,16 ----
typedef struct {
uint8_t control; // stores length (lower 7 bits), top bit -> promiscuous mode
! uint8_t mhr[MHR_MAX_LEN]; // maximum header size without security
} ieee154_header_t;
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 BeaconSynchronizeP.nc, 1.8, 1.9 BeaconTransmitP.nc, 1.7, 1.8 CoordBroadcastP.nc, 1.4, 1.5 DataP.nc, 1.3, 1.4 DispatchSlottedCsmaP.nc, 1.1, 1.2 DispatchUnslottedCsmaP.nc, 1.1, 1.2 PibP.nc, 1.6, 1.7 PromiscuousModeP.nc, 1.3, 1.4 RadioClientC.nc, 1.3, 1.4 RadioControlP.nc, 1.2, 1.3 ScanP.nc, 1.3, 1.4 SimpleTransferArbiterP.nc, 1.3, 1.4 TKN154BeaconEnabledP.nc, 1.2, 1.3 TKN154_MAC.h, 1.4, 1.5 TKN154NonBeaconEnabledP.nc, 1.2, 1.3 SimpleRoundRobinTransferArbiterC.nc, 1.1, NONE TransferClientP.nc, 1.4, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 TKN154_MAC.h, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list