RE: [Tinyos-help] difference between events and async events

2006-06-29 Thread Hari Hara Sudhan
- From: Philip Levis [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 2:25 AM To: [EMAIL PROTECTED] Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] difference between events and async events On Jun 28, 2006, at 1:43 AM, Hari Hara Sudhan wrote: Hi every one I am new

Re: [Tinyos-help] difference between events and async events

2006-06-28 Thread Philip Levis
On Jun 28, 2006, at 1:43 AM, Hari Hara Sudhan wrote: Hi every one I am new to tiny os and nesC. I want to know the diference between the following two stmts. Event void timer.fired() and Async void timer.fired(). Thank you in advance. The TinyOS programming manual goes into the difference