]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Move the wiring for underlying AMSend/Receive/Snoop interfaces from CAMRadioC.nc...
authorliang_mike <liang_mike>
Wed, 7 Jan 2009 04:12:39 +0000 (04:12 +0000)
committerliang_mike <liang_mike>
Wed, 7 Jan 2009 04:12:39 +0000 (04:12 +0000)
commitc553d447ce4381469a5da3b57a3d1e351b6870f3
tree7c2c4f7937954932fba093426da7794b99f8bb23
parentdab673bc2cbf4072f8a3cb0e57e5a1efd93e0324
Move the wiring for underlying AMSend/Receive/Snoop interfaces from CAMRadioC.nc/BlockingAM*C.nc to
BlockingActiveMessageC.nc and from CAMSerialC.nc/BlockingSerialAM*C.nc to BlockingSerialActiveMessageC.nc.

This prevents those interfaces from being wired multiple times in the case of multiple users.
apps/tosthreads/apps/BaseStation/BaseStationAppC.nc
tos/lib/tosthreads/csystem/CAMRadioC.nc
tos/lib/tosthreads/csystem/CAMSerialC.nc
tos/lib/tosthreads/system/BlockingAMReceiverC.nc
tos/lib/tosthreads/system/BlockingAMSenderC.nc
tos/lib/tosthreads/system/BlockingAMSnooperC.nc
tos/lib/tosthreads/system/BlockingActiveMessageC.nc
tos/lib/tosthreads/system/BlockingSerialAMReceiverC.nc
tos/lib/tosthreads/system/BlockingSerialAMSenderC.nc
tos/lib/tosthreads/system/BlockingSerialActiveMessageC.nc