Project

General

Profile

Revision 887

Updated trunk branch of wireless... Still won't work though because of Makefile.

View differences:

sensor_matrix.h
64 64
	 **/
65 65
	int numJoined;
66 66
	/**
67
	 * The element representing a robot is true if that robot
68
	 * is in the token ring and false otherwise.
69
	 **/
70
	unsigned char joined[MAXIMUM_XBEE_ID];
71

  
72
	// on the bayboard, we don't include the matrix to save memory.
73
#ifndef BAYBOARD
74
	/**
67 75
	 * The matrix. Each row represents the readings of one
68 76
	 * robot.
69 77
	 **/
70 78
	unsigned char matrix[MAXIMUM_XBEE_ID][MAXIMUM_XBEE_ID];
71
	/**
72
	 * The element representing a robot is true if that robot
73
	 * is in the token ring and false otherwise.
74
	 **/
75
	unsigned char joined[MAXIMUM_XBEE_ID];
79
#endif
76 80
} SensorMatrix;
77 81

  
78 82
/**@brief Create a sensor matrix **/

Also available in: Unified diff