[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/system BlockingActiveMessageC.nc, 1.3, 1.4 BlockingSerialActiveMessageC.nc, 1.3, 1.4

Chieh-Jan Mike Liang liang_mike at users.sourceforge.net
Sat Jan 10 22:04:06 PST 2009


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/system
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23390/tos/lib/tosthreads/system

Modified Files:
	BlockingActiveMessageC.nc BlockingSerialActiveMessageC.nc 
Log Message:
Make TOSThreads the default for serial receive. This prevents fan-out problem when other TinyOS services also want to use serial.


Index: BlockingActiveMessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/system/BlockingActiveMessageC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BlockingActiveMessageC.nc	7 Jan 2009 04:12:39 -0000	1.3
--- BlockingActiveMessageC.nc	11 Jan 2009 06:04:04 -0000	1.4
***************
*** 62,67 ****
    
    BlockingStdControlC.SplitControl -> AM;
!   AMReceiverP.Receive -> AM.Receive;
!   AMSnooperP.Snoop -> AM.Snoop;
    AMSenderP.AMSend -> AM.AMSend;
      
--- 62,67 ----
    
    BlockingStdControlC.SplitControl -> AM;
!   AMReceiverP.Receive -> AM.ReceiveDefault;
!   AMSnooperP.Snoop -> AM.SnoopDefault;
    AMSenderP.AMSend -> AM.AMSend;
      

Index: BlockingSerialActiveMessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/system/BlockingSerialActiveMessageC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BlockingSerialActiveMessageC.nc	7 Jan 2009 04:12:39 -0000	1.3
--- BlockingSerialActiveMessageC.nc	11 Jan 2009 06:04:04 -0000	1.4
***************
*** 58,62 ****
    
    BlockingStdControlC.SplitControl -> AM;
!   AMReceiverP.Receive -> AM.Receive;
    AMSenderP.AMSend -> AM.AMSend;
      
--- 58,62 ----
    
    BlockingStdControlC.SplitControl -> AM;
!   AMReceiverP.Receive -> AM.ReceiveDefault;
    AMSenderP.AMSend -> AM.AMSend;
      



More information about the Tinyos-2-commits mailing list