[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgents Querier 1s.ma, 1.2, 1.3

Chien-Liang Fok chien-liang at users.sourceforge.net
Sat Apr 8 08:27:39 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgents
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32322/DirectoryService/GetAgents

Modified Files:
	Querier 1s.ma 
Log Message:


Index: Querier 1s.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgents/Querier 1s.ma,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Querier 1s.ma	7 Apr 2006 03:25:40 -0000	1.2
--- Querier 1s.ma	8 Apr 2006 15:27:36 -0000	1.3
***************
*** 1,12 ****
  BEGIN		pushc 25
! 		putled		// toggle green LED
  		pushc 8
! 		sleep		// sleep for 1 second
  		pushc 25
! 		putled		// toggle green LED
! 		pushc 0
! 		getAgentLocation
! 		rjumpc FOUND
! 		rjump CONTINUE
! FOUND		pop		// pop the location off the stack
  CONTINUE	rjump BEGIN
\ No newline at end of file
--- 1,11 ----
  BEGIN		pushc 25
! 		putled			// toggle green LED
  		pushc 8
! 		sleep			// sleep for 1 second
  		pushc 25
! 		putled			// toggle green LED		
! 		pushc 10		// limit to 10 results
! 		pushc unspecified	// no restriction on type of agent
! 		getAgents		
! 		clear			// clear the opstack
  CONTINUE	rjump BEGIN
\ No newline at end of file



More information about the Tinyos-contrib-commits mailing list