[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/Agilla/interfaces LocationReporterI.nc, 1.2, 1.3

Chien-Liang Fok chien-liang at users.sourceforge.net
Sat Apr 8 17:02:59 PDT 2006


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

Modified Files:
	LocationReporterI.nc 
Log Message:
Added Location heartbeat.



Index: LocationReporterI.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/interfaces/LocationReporterI.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LocationReporterI.nc	27 Mar 2006 00:38:21 -0000	1.2
--- LocationReporterI.nc	9 Apr 2006 00:02:56 -0000	1.3
***************
*** 54,56 ****
--- 54,63 ----
     */
    command result_t agentChangedDesc(AgillaAgentID* aid);  
+   
+   /**
+    * Called when a location update message should be sent.
+    *
+    * @param context The agent whose location is being updated.
+    */
+   command result_t updateLocation(AgillaAgentContext* context);
  }



More information about the Tinyos-contrib-commits mailing list