[Tinyos-help] will Timer.getNow() be affected by other actions in Timer

2011-06-14 Thread Xiaohui Liu
Hi everyone, I'm trying to get timestamp from a Timer, and if the Timer takes some actions such as Timer.stop(), Timer.startOneShot(), will this impact the timestamp obtained from the timer? For instance, if a timer is cancelled by Timer.stop, can I still obtain valid time from it by

Re: [Tinyos-help] will Timer.getNow() be affected by other actions in Timer

2011-06-14 Thread Eric Decker
I beleive so but you should eyeball the actual source code. Its been a while since I've been in the timer code so don't remember off the top of my head. On Tue, Jun 14, 2011 at 8:23 PM, Xiaohui Liu whu...@gmail.com wrote: Hi everyone, I'm trying to get timestamp from a Timer, and if the