[Tinyos-2-commits]
CVS: tinyos-2.x/support/sdk/java/net/tinyos/message
Message.java, 1.1.2.4, 1.1.2.5 Receiver.java, 1.1.2.2, 1.1.2.3
David Gay
idgay at users.sourceforge.net
Fri Jul 7 12:01:34 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html install-tinyos.html,
1.1.2.2, 1.1.2.2.2.1 overview.html, 1.1.2.9,
1.1.2.9.2.1 tep1.html, 1.1.2.6, 1.1.2.6.2.1 tep101.html,
1.1.2.10, 1.1.2.10.2.1 tep102.html, 1.1.2.9,
1.1.2.9.2.1 tep103.html, 1.1.2.6, 1.1.2.6.2.1 tep106.html,
1.1.2.9, 1.1.2.9.2.1 tep107.html, 1.1.2.10,
1.1.2.10.2.1 tep108.html, 1.1.2.10, 1.1.2.10.2.1 tep109.html,
1.1.2.6.2.1, 1.1.2.6.2.2 tep110.html, 1.1.2.6,
1.1.2.6.2.1 tep111.html, 1.1.2.10, 1.1.2.10.2.1 tep112.html,
1.1.2.6, 1.1.2.6.2.1 tep113.html, 1.1.2.8,
1.1.2.8.2.1 tep114.html, 1.1.2.5, 1.1.2.5.2.1 tep115.html,
1.1.2.7, 1.1.2.7.2.1 tep116.html, 1.1.2.9,
1.1.2.9.2.1 tep117.html, 1.1.2.3, 1.1.2.3.2.1 tep118.html,
1.1.2.3, 1.1.2.3.2.1 tep119.html, 1.1.2.3,
1.1.2.3.2.1 tep120.html, 1.1.2.3, 1.1.2.3.2.1 tep121.html,
1.1.2.4, 1.1.2.4.2.1 tep2.html, 1.1.2.6, 1.1.2.6.2.1 tep3.html,
1.1.2.7, 1.1.2.7.2.1 upgrade-tinyos.html, 1.1.2.3, 1.1.2.3.4.1
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/support/sdk/java/net/tinyos/packet
PacketSource.java, 1.1.2.3, 1.1.2.4 PhoenixSource.java,
1.1.2.2, 1.1.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/message
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23837/net/tinyos/message
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Message.java Receiver.java
Log Message:
javadoc fixes
javadoc target in top-level Makefile to make javadoc
Index: Message.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/message/Attic/Message.java,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** Message.java 3 May 2006 16:48:33 -0000 1.1.2.4
--- Message.java 7 Jul 2006 19:01:29 -0000 1.1.2.5
***************
*** 416,420 ****
* @param offset bit offset where the signed int starts
* @param length bit length of the signed int
! * @param val value to set the bit field to
* @exception ArrayIndexOutOfBoundsException for invalid offset, length
* @exception IllegalArgumentException if val is an out-of-range value
--- 416,420 ----
* @param offset bit offset where the signed int starts
* @param length bit length of the signed int
! * @param value value to set the bit field to
* @exception ArrayIndexOutOfBoundsException for invalid offset, length
* @exception IllegalArgumentException if val is an out-of-range value
***************
*** 545,549 ****
* @param offset bit offset where the signed int starts
* @param length bit length of the signed int
! * @param val value to set the bit field to
* @exception ArrayIndexOutOfBoundsException for invalid offset, length
* @exception IllegalArgumentException if val is an out-of-range value
--- 545,549 ----
* @param offset bit offset where the signed int starts
* @param length bit length of the signed int
! * @param value value to set the bit field to
* @exception ArrayIndexOutOfBoundsException for invalid offset, length
* @exception IllegalArgumentException if val is an out-of-range value
Index: Receiver.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/message/Attic/Receiver.java,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Receiver.java 16 Feb 2006 01:21:25 -0000 1.1.2.2
--- Receiver.java 7 Jul 2006 19:01:32 -0000 1.1.2.3
***************
*** 107,111 ****
* Register a particular listener for a particular message type.
* More than one listener can be registered for each message type.
! * @param m specify message type and template we're listening for
* @param listener destination for received messages
*/
--- 107,111 ----
* Register a particular listener for a particular message type.
* More than one listener can be registered for each message type.
! * @param template specify message type and template we're listening for
* @param listener destination for received messages
*/
***************
*** 122,126 ****
/**
* Stop listening for messages of the given type with the given listener.
! * @param m specify message type and template we're listening for
* @param listener destination for received messages
*/
--- 122,126 ----
/**
* Stop listening for messages of the given type with the given listener.
! * @param template specify message type and template we're listening for
* @param listener destination for received messages
*/
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html install-tinyos.html,
1.1.2.2, 1.1.2.2.2.1 overview.html, 1.1.2.9,
1.1.2.9.2.1 tep1.html, 1.1.2.6, 1.1.2.6.2.1 tep101.html,
1.1.2.10, 1.1.2.10.2.1 tep102.html, 1.1.2.9,
1.1.2.9.2.1 tep103.html, 1.1.2.6, 1.1.2.6.2.1 tep106.html,
1.1.2.9, 1.1.2.9.2.1 tep107.html, 1.1.2.10,
1.1.2.10.2.1 tep108.html, 1.1.2.10, 1.1.2.10.2.1 tep109.html,
1.1.2.6.2.1, 1.1.2.6.2.2 tep110.html, 1.1.2.6,
1.1.2.6.2.1 tep111.html, 1.1.2.10, 1.1.2.10.2.1 tep112.html,
1.1.2.6, 1.1.2.6.2.1 tep113.html, 1.1.2.8,
1.1.2.8.2.1 tep114.html, 1.1.2.5, 1.1.2.5.2.1 tep115.html,
1.1.2.7, 1.1.2.7.2.1 tep116.html, 1.1.2.9,
1.1.2.9.2.1 tep117.html, 1.1.2.3, 1.1.2.3.2.1 tep118.html,
1.1.2.3, 1.1.2.3.2.1 tep119.html, 1.1.2.3,
1.1.2.3.2.1 tep120.html, 1.1.2.3, 1.1.2.3.2.1 tep121.html,
1.1.2.4, 1.1.2.4.2.1 tep2.html, 1.1.2.6, 1.1.2.6.2.1 tep3.html,
1.1.2.7, 1.1.2.7.2.1 upgrade-tinyos.html, 1.1.2.3, 1.1.2.3.4.1
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/support/sdk/java/net/tinyos/packet
PacketSource.java, 1.1.2.3, 1.1.2.4 PhoenixSource.java,
1.1.2.2, 1.1.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list