[Tinyos-help] How does event implemented in tinyos?
Dongyan Chen
cdongyan at gmail.com
Fri Jun 16 09:34:09 PDT 2006
I believe there is no event queue and when you signal an event, the
event handler is executed immediately. An async event can preempt
other events but a regular event cannot.
On 6/15/06, Aditya Bhave <adityay.bhave at gmail.com> wrote:
> in tinyos, events can be preempted by other events. So i think the event
> sendone() is called immediately,
>
>
> On 6/15/06, Shiyuan < shiyuan69 at gmail.com> wrote:
> > When we say "signal Send.sendDone(...)", does this put an event in an
> event
> > queue - like windows mechnism? Or it will excute the event handler "event
> > result_t SendMsg.sendDone()" function body immediately?
> >
> > Thanks.
> >
> > _______________________________________________
> > Tinyos-help mailing list
> > Tinyos-help at Millennium.Berkeley.EDU
> >
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >
>
>
>
> --
> regards,
> Aditya Bhave
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at Millennium.Berkeley.EDU
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
>
More information about the Tinyos-help
mailing list