[Tinyos-help] results from command wired to multiple implementations
Wil
argyle at myrealbox.com
Wed Jan 28 05:55:53 PST 2004
I've got some code that wires up as such:
SomeCompM.IntOutput -> ImplOne.IntOutput;
SomeCompM.IntOutput -> ImplTwo.IntOutput;
On tossim, the code in ImplTwo gets executed once, and never again after that first time, so how does TOS handle the signals and return values when fanning out a command or fanning in events?
-Wily=12
More information about the Tinyos-help
mailing list