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

Vlado Handziski handzisk at tkn.tu-berlin.de
Wed Mar 21 11:36:16 PDT 2007


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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-2.0wg/attachments/20070321/f29c9e42/attachment.htm


More information about the Tinyos-2.0wg mailing list