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 <[EMAIL PROTECTED]> wrote:
in tinyos, events can be preempted by other events. So i think the event sendone() is called immediately, On 6/15/06, Shiyuan < [EMAIL PROTECTED]> 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 > [email protected] > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- regards, Aditya Bhave _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
