[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests GetAgentLoc.ma, 1.2, 1.3 GetClosestAgent.ma, 1.2, 1.3

borndigerati borndigerati at users.sourceforge.net
Thu Apr 6 18:12:35 PDT 2006


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

Modified Files:
	GetAgentLoc.ma GetClosestAgent.ma 
Log Message:


Index: GetAgentLoc.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/GetAgentLoc.ma,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GetAgentLoc.ma	22 Mar 2006 04:26:08 -0000	1.2
--- GetAgentLoc.ma	7 Apr 2006 01:12:31 -0000	1.3
***************
*** 1,19 ****
! 	aid
! 	getAgentLocation
! 	rjumpc SUCCESS
! 	pushc 28
! 	putled 			// toggle yellow LED
! 	halt
! SUCCESS	copy
! 	pushc 1
! 	pushcl uart
! 	rout
! 	loc	
! 	ceq
! 	rjumpc EQUAL
! 	pushc 25
! 	putled			// toggle red LED if not equal (not correct)
! 	halt
! EQUAL	pushc 26
! 	putled  		// toggle green LED if equal (correct)
! 	halt
--- 1,19 ----
! 	aid
! 	getAgentLocation
! 	rjumpc SUCCESS
! 	pushc 28
! 	putled 			// toggle yellow LED
! 	halt
! SUCCESS	copy
! 	pushc 1
! 	pushcl uart
! 	rout
! 	loc	
! 	ceq
! 	rjumpc EQUAL
! 	pushc 25
! 	putled			// toggle red LED if not equal (not correct)
! 	halt
! EQUAL	pushc 26
! 	putled  		// toggle green LED if equal (correct)
! 	halt

Index: GetClosestAgent.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/GetClosestAgent.ma,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GetClosestAgent.ma	23 Mar 2006 01:59:45 -0000	1.2
--- GetClosestAgent.ma	7 Apr 2006 01:12:31 -0000	1.3
***************
*** 1,2 ****
--- 1,3 ----
+ 	pushc unspecified
  	getClosestAgent
  	rjumpc 	SUCCESS



More information about the Tinyos-contrib-commits mailing list