]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload...
authormmaroti <mmaroti>
Thu, 9 Apr 2009 20:48:02 +0000 (20:48 +0000)
committermmaroti <mmaroti>
Thu, 9 Apr 2009 20:48:02 +0000 (20:48 +0000)
commit54538a754044acac23adbda11567f0e774ea1b80
treef312d942e7cf4fd02507d4511b55103b823df511
parente855a271834e27716a9c5d79cbf364aac22eb3bd
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload handling code
22 files changed:
tos/chips/rf2xx/layers/ActiveMessageConfig.nc
tos/chips/rf2xx/layers/ActiveMessageLayerC.nc
tos/chips/rf2xx/layers/ActiveMessageLayerP.nc
tos/chips/rf2xx/layers/DummyLayerC.nc
tos/chips/rf2xx/layers/IEEE154MessageLayerC.nc
tos/chips/rf2xx/layers/IEEE154MessageLayerP.nc
tos/chips/rf2xx/layers/LowPowerListeningDummyC.nc
tos/chips/rf2xx/layers/LowPowerListeningLayerC.nc
tos/chips/rf2xx/layers/LowPowerListeningLayerP.nc
tos/chips/rf2xx/layers/LowpanNetworkLayerC.nc
tos/chips/rf2xx/layers/MessageBufferLayerC.nc
tos/chips/rf2xx/layers/MessageBufferLayerP.nc
tos/chips/rf2xx/layers/PacketLinkLayerC.nc
tos/chips/rf2xx/layers/PacketLinkLayerP.nc
tos/chips/rf2xx/layers/UniqueLayerC.nc
tos/chips/rf2xx/layers/UniqueLayerP.nc
tos/chips/rf2xx/rf212/RF212ActiveMessageC.nc
tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc
tos/chips/rf2xx/rf230/RF230ActiveMessageC.nc
tos/chips/rf2xx/rf230/RF230ActiveMessageP.nc
tos/chips/rf2xx/util/BareReceive.nc [new file with mode: 0644]
tos/chips/rf2xx/util/BareSend.nc [new file with mode: 0644]