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

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


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

Modified Files:
	Querier 0.5s.ma Querier 1s.ma Querier 2s.ma Querier 5s.ma 
Log Message:


Index: Querier 0.5s.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgentLocation/Querier 0.5s.ma,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Querier 0.5s.ma	7 Apr 2006 03:23:39 -0000	1.2
--- Querier 0.5s.ma	8 Apr 2006 21:42:14 -0000	1.3
***************
*** 1,12 ****
! BEGIN		pushc 25
! 		putled		// toggle green LED
! 		pushc 4
! 		sleep		// sleep for 0.5 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,17 ----
! 		pushcl 100
! BEGIN		pushc 25
! 		putled		// toggle green LED
! 		pushc 4
! 		sleep		// sleep for 0.5 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 1s.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgentLocation/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:23:39 -0000	1.2
--- Querier 1s.ma	8 Apr 2006 21:42:14 -0000	1.3
***************
*** 10,12 ****
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	rjump BEGIN
--- 10,16 ----
  		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.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Querier 2s.ma	8 Apr 2006 07:24:04 -0000	1.3
--- Querier 2s.ma	8 Apr 2006 21:42:14 -0000	1.4
***************
*** 10,12 ****
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	rjump BEGIN
--- 10,16 ----
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	dec
! 		copy
! 		pushc 0
! 		cneq
! 		rjumpc BEGIN

Index: Querier 5s.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgentLocation/Querier 5s.ma,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Querier 5s.ma	7 Apr 2006 03:23:39 -0000	1.2
--- Querier 5s.ma	8 Apr 2006 21:42:14 -0000	1.3
***************
*** 10,12 ****
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	rjump BEGIN
--- 10,16 ----
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	dec
! 		copy
! 		pushc 0
! 		cneq
! 		rjumpc BEGIN
\ No newline at end of file



More information about the Tinyos-contrib-commits mailing list