Project

General

Profile

Revision 681

added possibility of global client write

View differences:

ColonetServerInterface.java
62 62
	public static final String CLIENT_ASSIGN_ROBOT_ID = "87";
63 63
  public static final String CLIENT_SET_VIRTUAL_WALL = "89";
64 64
	public static final String MOVE_TO_ABSOLUTE_POSITION = "83"; //0x53
65
  
66 65

  
66

  
67 67
	//Queue instructions
68 68
	public static final String COLONET_QUEUE = "100";
69 69
	public static final String QUEUE_UPDATE = "101";
......
371 371

  
372 372
			sendData(MOVE_TO_ABSOLUTE_POSITION + " " + x_high + " " + x_low + " " + y_high + " " + y_low, "" + id);
373 373
	}
374
  
374

  
375 375
    /**
376 376
    * Establish a boundary for robot motion.
377 377
    */

Also available in: Unified diff