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

Chien-Liang Fok chien-liang at users.sourceforge.net
Thu Apr 6 20:23:45 PDT 2006


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

Modified Files:
	Querier 0.5s.ma Querier 1s.ma Querier 2s.ma Querier 5s.ma 
Log Message:
Made the Querier not move

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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Querier 0.5s.ma	7 Apr 2006 01:12:28 -0000	1.1
--- Querier 0.5s.ma	7 Apr 2006 03:23:39 -0000	1.2
***************
*** 10,16 ****
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	randnbr		// get a random neighbor
! 		rjumpc MIGRATE
! 		rjump BEGIN
! MIGRATE		wmove
! 		halt
\ No newline at end of file
--- 10,12 ----
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	rjump BEGIN
\ No newline at end of file

Index: Querier 1s.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetAgentLocation/Querier 1s.ma,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Querier 1s.ma	7 Apr 2006 01:12:28 -0000	1.1
--- Querier 1s.ma	7 Apr 2006 03:23:39 -0000	1.2
***************
*** 10,16 ****
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	randnbr		// get a random neighbor
! 		rjumpc MIGRATE
! 		rjump BEGIN
! MIGRATE		wmove
! 		halt
\ No newline at end of file
--- 10,12 ----
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	rjump 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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Querier 2s.ma	7 Apr 2006 01:12:28 -0000	1.1
--- Querier 2s.ma	7 Apr 2006 03:23:39 -0000	1.2
***************
*** 10,16 ****
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	randnbr		// get a random neighbor
! 		rjumpc MIGRATE
! 		rjump BEGIN
! MIGRATE		wmove
! 		halt
\ No newline at end of file
--- 10,12 ----
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	rjump 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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Querier 5s.ma	7 Apr 2006 01:12:28 -0000	1.1
--- Querier 5s.ma	7 Apr 2006 03:23:39 -0000	1.2
***************
*** 10,16 ****
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	randnbr		// get a random neighbor
! 		rjumpc MIGRATE
! 		rjump BEGIN
! MIGRATE		wmove
! 		halt
\ No newline at end of file
--- 10,12 ----
  		rjump CONTINUE
  FOUND		pop		// pop the location off the stack
! CONTINUE	rjump BEGIN



More information about the Tinyos-contrib-commits mailing list