[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
David Gay
idgay at users.sourceforge.net
Fri Jul 7 12:01:34 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/packet
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23837/net/tinyos/packet
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
PacketSource.java PhoenixSource.java
Log Message:
javadoc fixes
javadoc target in top-level Makefile to make javadoc
Index: PacketSource.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/packet/Attic/PacketSource.java,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** PacketSource.java 16 Feb 2006 01:21:26 -0000 1.1.2.3
--- PacketSource.java 7 Jul 2006 19:01:32 -0000 1.1.2.4
***************
*** 90,94 ****
/**
* Write a packet
! * @param The packet to write. The format is decribed above.
* @return Some packet sources will return false if the packet
* could not be written.
--- 90,94 ----
/**
* Write a packet
! * @param packet The packet to write. The format is decribed above.
* @return Some packet sources will return false if the packet
* could not be written.
Index: PhoenixSource.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/packet/Attic/PhoenixSource.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
*** PhoenixSource.java 13 Jun 2006 16:23:57 -0000 1.1.2.2
--- PhoenixSource.java 7 Jul 2006 19:01:32 -0000 1.1.2.3
***************
*** 119,123 ****
* Write a packet. Waits for PhoenixSource thread to start
* @param packet Packet to write (same format as PacketSource)
! * @param success false if packet wasn't received (only the serial
* and network packet sources currently provide this indication)
* Note that a true result does not guarantee reception
--- 119,123 ----
* Write a packet. Waits for PhoenixSource thread to start
* @param packet Packet to write (same format as PacketSource)
! * @return false if packet wasn't received (only the serial
* and network packet sources currently provide this indication)
* Note that a true result does not guarantee reception
More information about the Tinyos-2-commits
mailing list