Re: [Tinyos-help] Fan-Out and Combine function help.

2007-06-18 Thread Ian Welch
Thanks for the response Bernardo, I included my configuration in my origional response. I understand what the warning is telling me but I'm confused on how to fix it. The warning claims that it has to do with my receieve interface but I only have one instance of recieve. I'm thinking it has

Re: [Tinyos-help] Fan-Out and Combine function help.

2007-06-18 Thread Philip Levis
Please read the TinyOS programming manual, Chapter 5.2 (Combine functions). Phil On Jun 17, 2007, at 2:50 PM, Ian Welch wrote: I'm getting the follow warning calls to Recieve.recieve in CC1000ActiveMessageP fan out, but there is no combine function fnction specified for the return type

[Tinyos-help] Fan-Out and Combine function help.

2007-06-17 Thread Ian Welch
I'm getting the follow warning calls to Recieve.recieve in CC1000ActiveMessageP fan out, but there is no combine function fnction specified for the return type I looked in the NESC programming guide and couldn't figure out how to solve me problem but did find out that this warning should not be

Re: [Tinyos-help] Fan-Out and Combine function help.

2007-06-17 Thread Bernardo Avila Pires
I remember having this problem. What happened to me was that this receive interface had multiple effects in components. I don't know exactaly how to put it, but you've wired multiple components by the same interface, the same instance of receiver. I had this problem when I needed to use TOSSIM