[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/Agilla/types Clustering.h, 1.2, 1.3

borndigerati borndigerati at users.sourceforge.net
Wed Apr 5 19:11:12 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/types
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13040

Modified Files:
	Clustering.h 
Log Message:


Index: Clustering.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/types/Clustering.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Clustering.h	28 Mar 2006 01:50:53 -0000	1.2
--- Clustering.h	6 Apr 2006 02:11:09 -0000	1.3
***************
*** 7,27 ****
  enum {
    AM_AGILLACLUSTERDEBUGMSG      = 0x4b,
!   AM_AGILLACLUSTERMSG       	= 0x51,
  };
  
  typedef struct AgillaRectangle {
! 	AgillaLocation llc;		// 4 bytes Lower left corner of rectangle (x,y)
! 	AgillaLocation urc;		// 4 bytes Upper right corner of rectangle (x,y)
! } AgillaRectangle;			// 8 bytes
  
  typedef struct AgillaClusterDebugMsg
  {
!   uint16_t dummy;
  } AgillaClusterDebugMsg;
  
  typedef struct AgillaClusterMsg {
! 	uint16_t id;					// 2 bytes Clusterhead id
! 	AgillaRectangle bounding_box;	// 8 bytes Bounding box of cluster
! } AgillaClusterMsg;					// 10 bytes
  
  
--- 7,29 ----
  enum {
    AM_AGILLACLUSTERDEBUGMSG      = 0x4b,
!   AM_AGILLACLUSTERMSG           = 0x51,
  };
  
  typedef struct AgillaRectangle {
!     AgillaLocation llc;     // 4 bytes Lower left corner of rectangle (x,y)
!     AgillaLocation urc;     // 4 bytes Upper right corner of rectangle (x,y)
! } AgillaRectangle;          // 8 bytes
  
  typedef struct AgillaClusterDebugMsg
  {
!   uint16_t src;
!   uint16_t id;                  // clusterhead id
!   AgillaRectangle bounding_box; // set if sent by clusterhead
  } AgillaClusterDebugMsg;
  
  typedef struct AgillaClusterMsg {
!     uint16_t id;                    // 2 bytes Clusterhead id
!     AgillaRectangle bounding_box;   // 8 bytes Bounding box of cluster
! } AgillaClusterMsg;                 // 10 bytes
  
  



More information about the Tinyos-contrib-commits mailing list