Date: Wed, 14 Jul 2010 20:55:06 -0700
Subject: Re: [Tinyos-help] Timer startOneShot & startPeriodic
From: [email protected]
To: [email protected]
CC: [email protected]
 
I think so, cause I probably misread TEP 102 pag 4 " startOneShot(dt): cancel 
any previous running timer and set to fire in dt time units from the time of 
invocation. The timer etc etc...."

I've appreciated your help,
thanks


On Wed, Jul 14, 2010 at 8:54 AM, Salvatore Signorello <[email protected]> 
wrote:






Hi,

Does calling StartOneShot command on a timer stop any other timer stop from 
working?

no why would you think that it would? 

ex.

I have three timer that are working
 call Timer1.startPeriodic(1000);
 call Timer2.startPeriodic(2000);
 call Timer3.startPeriodic(5000);

if I launch a fourth timer, Timer4,in "one shot" mode , what happens to my 
periodic timers????


nothing.  They are different instantiations.
eric 

thanks in advance,
regards by Salvo
 
                                          
Personalizza il tuo Messenger con nuove e divertenti emoticon

_______________________________________________

Tinyos-help mailing list

[email protected]

https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



-- 
Eric B. Decker
Senior (over 50 :-) Researcher


                                          
_________________________________________________________________
Il tuo mondo MSN a portata di clic. Scarica IE8 per MSN
http://events.it.msn.com/internet-explorer-8
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to