[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/types
ExpLogger.h, 1.4, 1.5
Chien-Liang Fok
chien-liang at users.sourceforge.net
Sun Apr 9 23:16:40 PDT 2006
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/interfaces
ExpLoggerI.nc, 1.3, 1.4
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/opcodes
OPgetClosestAgent.nc, 1.2, 1.3 OPgetClosestAgentM.nc, 1.9,
1.10 OPgetlocation.nc, 1.4, 1.5 OPgetlocationM.nc, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/types
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24382/types
Modified Files:
ExpLogger.h
Log Message:
Added ExpLogger code to OPgetClosestAgent.
Index: ExpLogger.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/types/ExpLogger.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ExpLogger.h 9 Apr 2006 08:13:09 -0000 1.4
--- ExpLogger.h 10 Apr 2006 06:16:36 -0000 1.5
***************
*** 36,39 ****
--- 36,40 ----
uint16_t numQueries;
uint16_t numUpdates;
+ uint16_t numReplies;
} AgillaExpResultsMsg;
***************
*** 48,52 ****
AGENT_MIGRATING = 6,
QUERY_GET_CLOSEST_AGENT_ISSUED = 7,
! QUERY_GET_CLOSEST_AGENT_RESULTS_RECEIVED = 8
/*STATE_ACCEPTED = 7,
CODE_ACCEPTED = 8,
--- 49,55 ----
AGENT_MIGRATING = 6,
QUERY_GET_CLOSEST_AGENT_ISSUED = 7,
! QUERY_GET_CLOSEST_AGENT_RESULTS_RECEIVED = 8,
! QUERY_GET_CLOSEST_AGENT_FORWARDED = 9,
! QUERY_GET_CLOSEST_AGENT_RESULTS_FORWARDED = 10
/*STATE_ACCEPTED = 7,
CODE_ACCEPTED = 8,
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/interfaces
ExpLoggerI.nc, 1.3, 1.4
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/opcodes
OPgetClosestAgent.nc, 1.2, 1.3 OPgetClosestAgentM.nc, 1.9,
1.10 OPgetlocation.nc, 1.4, 1.5 OPgetlocationM.nc, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list