[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgentLocation Querier 1s.ma, 1.3, 1.4 Querier 2s.ma, 1.4, 1.5 Querier 5s.ma, 1.3, 1.4

Chien-Liang Fok chien-liang at users.sourceforge.net
Sat Apr 8 17:03:20 PDT 2006


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

Modified Files:
	Querier 1s.ma Querier 2s.ma Querier 5s.ma 
Log Message:
Fixed opstack underflow bug.



Index: Querier 1s.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgentLocation/Querier 1s.ma,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Querier 1s.ma	8 Apr 2006 21:42:14 -0000	1.3
--- Querier 1s.ma	9 Apr 2006 00:03:17 -0000	1.4
***************
*** 1,16 ****
! 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	dec
! 		copy
! 		pushc 0
! 		cneq
! 		rjumpc BEGIN
--- 1,17 ----
! 		pushcl 100
! 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	dec
! 		copy
! 		pushc 0
! 		cneq
! 		rjumpc BEGIN

Index: Querier 2s.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgentLocation/Querier 2s.ma,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Querier 2s.ma	8 Apr 2006 21:42:14 -0000	1.4
--- Querier 2s.ma	9 Apr 2006 00:03:17 -0000	1.5
***************
*** 1,2 ****
--- 1,3 ----
+ 		pushcl 100
  BEGIN		pushc 25
  		putled		// toggle red LED

Index: Querier 5s.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgentLocation/Querier 5s.ma,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Querier 5s.ma	8 Apr 2006 21:42:14 -0000	1.3
--- Querier 5s.ma	9 Apr 2006 00:03:17 -0000	1.4
***************
*** 1,2 ****
--- 1,3 ----
+ 		pushcl 100
  BEGIN		pushc 25
  		putled		// toggle green LED



More information about the Tinyos-contrib-commits mailing list