]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
added SpeckMac
authorandreaskoepke <andreaskoepke>
Mon, 1 Oct 2007 15:48:58 +0000 (15:48 +0000)
committerandreaskoepke <andreaskoepke>
Mon, 1 Oct 2007 15:48:58 +0000 (15:48 +0000)
commitf139d40721e23194dd9e8f84e3652212ac990e36
tree658a654a3a2e99cb2e5a8e193fed40f3db7eec05
parent70cb09cabc3cc8d3af2e7ffdde302462b98b8d3f
added SpeckMac
refactor MAC protocols:
- separate duplicate suppression component
- separate LocalTime component
12 files changed:
tos/chips/tda5250/mac/CsmaMacC.nc
tos/chips/tda5250/mac/CsmaMacP.nc
tos/chips/tda5250/mac/Duplicate.h [new file with mode: 0644]
tos/chips/tda5250/mac/Duplicate.nc [new file with mode: 0644]
tos/chips/tda5250/mac/DuplicateC.nc [new file with mode: 0644]
tos/chips/tda5250/mac/DuplicateP.nc [new file with mode: 0644]
tos/chips/tda5250/mac/RedMacC.nc
tos/chips/tda5250/mac/RedMacP.nc
tos/chips/tda5250/mac/SpeckMacDC.nc [new file with mode: 0644]
tos/chips/tda5250/mac/SpeckMacDP.nc [new file with mode: 0644]
tos/platforms/eyesIFX/LocalTimeC.nc [new file with mode: 0644]
tos/platforms/eyesIFX/LocalTimeP.nc [new file with mode: 0644]