From 7b7d7ab1d1da6c7af305976f825bd69e649fb564 Mon Sep 17 00:00:00 2001 From: scipio Date: Wed, 28 Mar 2007 05:46:28 +0000 Subject: [PATCH] Add source fields. --- doc/html/tep116.html | 6 ++++-- doc/txt/tep116.txt | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/html/tep116.html b/doc/html/tep116.html index c53fe9e6..df229cd2 100644 --- a/doc/html/tep116.html +++ b/doc/html/tep116.html @@ -303,9 +303,9 @@ ul.auto-toc { Philip Levis Draft-Created:10-Dec-2004 -Draft-Version:1.8 +Draft-Version:1.9 -Draft-Modified:2007-03-14 +Draft-Modified:2007-03-21 Draft-Discuss:TinyOS Developer List <tinyos-devel at mail.millennium.berkeley.edu> @@ -501,7 +501,9 @@ has this signature:

interface AMPacket { command am_addr_t address(); command am_addr_t destination(message_t* amsg); + command am_addr_t source(message_t* amsg); command void setDestination(message_t* amsg, am_addr_t addr); + command void setSource(message_t* amsg, am_addr_t addr); command bool isForMe(message_t* amsg); command am_id_t type(message_t* amsg); command void setType(message_t* amsg, am_id_t t); diff --git a/doc/txt/tep116.txt b/doc/txt/tep116.txt index ee6b25dc..6f0a6d1f 100644 --- a/doc/txt/tep116.txt +++ b/doc/txt/tep116.txt @@ -221,7 +221,9 @@ has this signature:: interface AMPacket { command am_addr_t address(); command am_addr_t destination(message_t* amsg); + command am_addr_t source(message_t* amsg); command void setDestination(message_t* amsg, am_addr_t addr); + command void setSource(message_t* amsg, am_addr_t addr); command bool isForMe(message_t* amsg); command am_id_t type(message_t* amsg); command void setType(message_t* amsg, am_id_t t); -- 2.39.2