[Tinyos Core WG] Meeting: 21.iii.2007

Philip Levis pal at cs.stanford.edu
Wed Mar 21 12:40:18 PDT 2007


Great, thanks for this catch.

I apologize for revisiting this TEP so many times, but it really is  
at the core of so much of the code out there that making it's solid  
is important.

Phil

On Mar 21, 2007, at 11:36 AM, Vlado Handziski wrote:

> Phil, I just realized that TEP 116 is using the old AMPacket  
> signature:
>
>   interface AMPacket {
>     command am_addr_t address();
>     command am_addr_t destination(message_t* amsg);
>     command void setDestination(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);
>   }
>
> that is missing the source related commands. I.e. the text should  
> list:
>
> 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);
> }
>
> and it should discuss the source filed in the text.
>
> Vlado
>
>
> On 3/21/07, Philip Levis <pal at cs.stanford.edu> wrote: Wednesday,  
> March 21, 2007, 09:30 AM US Pacific Time
> Bridge: 4
> Passcode: 4758934
>
> Numbers:
> US: 1-916-356-2663 or 1-888-875-9370 (non-Intel)
> UK: +44 1793 402663
> Denmark: +45 4527 5090
>
> Agenda:
>
> Status
>    - CC2420 SPI
>    - Telos power draw/MSP430 pins
>    - Power management results (SOSP)
> TEP 116 (attached)
>    - cancel
> TinyOS 2.0.1
>    - Feature list
>    - Live CD
>    - TTX4
>    - Roadmap
> Radio power control (TEP 105)
> SIDs/Button
>
> Phil
>
>
> _______________________________________________
> Tinyos-2.0wg mailing list
> Tinyos-2.0wg at Mail.Millennium.Berkeley.EDU
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/ 
> tinyos-2.0wg
>
>



More information about the Tinyos-2.0wg mailing list