[Commit] rrserver protocol,1.10,1.11

Carl Worth commit@keithp.com
Wed, 28 May 2003 17:18:20 -0700


Committed by: cworth

Update of /local/src/CVS/rrserver
In directory home.keithp.com:/tmp/cvs-serv12177

Modified Files:
	protocol 
Log Message:
Added BLOCKED error

Index: protocol
===================================================================
RCS file: /local/src/CVS/rrserver/protocol,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- protocol	28 May 2003 23:15:13 -0000	1.10
+++ protocol	29 May 2003 00:18:18 -0000	1.11
@@ -167,7 +167,7 @@
 	<color> is one of 'R', 'Y', 'G' or 'B', <dir> is one of 'N', 'E',
 	'S' or 'W'.
 
-	Possible errors: NOTINGAME, NOTACTIVE
+	Possible errors: NOTINGAME, NOTACTIVE, BLOCKED
 
 1.12. Undo
 
@@ -356,6 +356,14 @@
 
 	A non-numeric value was supplied where a number was required
 	
+3.5. Blocked
+
+	ERROR BLOCKED
+
+	The robot cannot move the requested direction.
+
+	Possibly returned by: MOVE
+
 Some comments/questions
 -----------------------