Re: [Tinyos-help] Component initialization

2008-02-13 Thread Philip Levis
On Feb 13, 2008, at 3:04 PM, Flavio Pompermaier wrote: Hi to all,I have a quick question: suppose I have a component that when initialized starts a timer. The main program is however another one, which needs that component in order to work. How do I need to initialize the first component? Shoul

[Tinyos-help] Component initialization

2008-02-13 Thread Flavio Pompermaier
Hi to all,I have a quick question: suppose I have a component that when initialized starts a timer. The main program is however another one, which needs that component in order to work. How do I need to initialize the first component? Should I need to declare it as implementing Init, StdControl, Sp