[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/Agilla/types Agilla.h, 1.19, 1.20 ExpLogger.h, 1.1, 1.2

borndigerati borndigerati at users.sourceforge.net
Thu Apr 6 18:14:57 PDT 2006


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

Modified Files:
	Agilla.h ExpLogger.h 
Log Message:


Index: Agilla.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/types/Agilla.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Agilla.h	5 Apr 2006 18:04:39 -0000	1.19
--- Agilla.h	7 Apr 2006 01:14:53 -0000	1.20
***************
*** 461,465 ****
    uint16_t hopsToGW[AGILLA_NBR_MSG_SIZE];  // the number of hops to the gateway
    uint16_t nbr[AGILLA_NBR_MSG_SIZE];    // the address of the neighbor
!   uint16_t lqi[AGILLA_NBR_MSG_SIZE];  
  } AgillaNbrMsg; // 24 bytes
  #endif
--- 461,465 ----
    uint16_t hopsToGW[AGILLA_NBR_MSG_SIZE];  // the number of hops to the gateway
    uint16_t nbr[AGILLA_NBR_MSG_SIZE];    // the address of the neighbor
!   uint16_t lqi[AGILLA_NBR_MSG_SIZE];
  } AgillaNbrMsg; // 24 bytes
  #endif

Index: ExpLogger.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/types/ExpLogger.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ExpLogger.h	6 Apr 2006 02:08:12 -0000	1.1
--- ExpLogger.h	7 Apr 2006 01:14:53 -0000	1.2
***************
*** 26,30 ****
  typedef struct AgillaExpLatencyMsg {
    uint32_t latency;
! } AgillaExpLatencyMsg;       
  
  /**
--- 26,30 ----
  typedef struct AgillaExpLatencyMsg {
    uint32_t latency;
! } AgillaExpLatencyMsg;
  
  /**
***************
*** 36,40 ****
    uint16_t numQueries;
    uint16_t numUpdates;
! } AgillaExpResultsMsg;       
  
  
--- 36,40 ----
    uint16_t numQueries;
    uint16_t numUpdates;
! } AgillaExpResultsMsg;
  
  
***************
*** 43,46 ****
--- 43,47 ----
    QUERY_ISSUED  = 1,
    QUERY_RESULTS_RECEIVED = 2,
+   SET_CLUSTER_HEAD = 3
  } AgillaTraceConstants;
  
***************
*** 55,61 ****
    uint16_t nodeID;
    uint16_t action;
!   uint16_t success;    
    AgillaLocation loc;             // 4 bytes
! } AgillaTraceMsg;       
  
  #endif
--- 56,62 ----
    uint16_t nodeID;
    uint16_t action;
!   uint16_t success;
    AgillaLocation loc;             // 4 bytes
! } AgillaTraceMsg;
  
  #endif



More information about the Tinyos-contrib-commits mailing list