From: scipio Date: Thu, 14 Feb 2008 19:07:35 +0000 (+0000) Subject: There are *four* fields, not 2. X-Git-Tag: release_tinyos_2_1_0_0~548 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=a31b83caf2c01ec1db61b044cd1040b9c641e5fa There are *four* fields, not 2. --- diff --git a/doc/txt/tep116.txt b/doc/txt/tep116.txt index 296bf31d..2595380d 100644 --- a/doc/txt/tep116.txt +++ b/doc/txt/tep116.txt @@ -254,8 +254,9 @@ has this signature:: The command address() returns the local AM address of the -node. AMPacket provides accessors for its two fields, destination and -type. It also provides commands to set these fields, for the same +node. AMPacket provides accessors for its four fields, destination, +source, type and group. It also provides commands to set these +fields, for the same reason that Packet allows a caller to set the payload length. Packet interfaces SHOULD provide accessors and mutators for all of their fields to enable queues and other buffering to store values in a