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

Chien-Liang Fok chien-liang at users.sourceforge.net
Tue Sep 26 21:20:34 PDT 2006


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

Modified Files:
	RemoteTSOpMgrI.nc 
Log Message:
Changes made for force_uart


Index: RemoteTSOpMgrI.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/interfaces/RemoteTSOpMgrI.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RemoteTSOpMgrI.nc	18 May 2006 19:58:41 -0000	1.3
--- RemoteTSOpMgrI.nc	27 Sep 2006 04:20:32 -0000	1.4
***************
*** 36,41 ****
   * be found here: http://www.gnu.org/copyleft/lesser.html
   */
   interface RemoteTSOpMgrI {
!   
    /**
     * Called by OPrtsM when an agent executes a remote tuple space 
--- 36,47 ----
   * be found here: http://www.gnu.org/copyleft/lesser.html
   */
+ 
+   // fs2:  Agent Group Comunication
+   // Flags used by RemoteTSOpMgrI.execute()
+   #define RTS_OP_MGR_NONE 0
+   #define RTS_OP_MGR_FORCE_UART 1
+ 
   interface RemoteTSOpMgrI {
!     
    /**
     * Called by OPrtsM when an agent executes a remote tuple space 
***************
*** 46,52 ****
     * @param dest The destination address.
     * @param tuple The tuple or template used by the operation.
     */
    command result_t execute(AgillaAgentContext* agent, uint16_t op, 
!     uint16_t dest, AgillaTuple tuple);
    
    /**
--- 52,60 ----
     * @param dest The destination address.
     * @param tuple The tuple or template used by the operation.
+    *
+    * @param flags The flags defined above
     */
    command result_t execute(AgillaAgentContext* agent, uint16_t op, 
!     uint16_t dest, AgillaTuple tuple, uint16_t flags);
    
    /**



More information about the Tinyos-contrib-commits mailing list