> I'm wondering whether I can define global function. > The global function mean, I define a function in > component A, and I can call this function in component > B without using interface, just call the function directly?
No, all interaction between components has to go through the commands and events they define in their interfaces. Well, you could probably hack your way there, but you're not really supposed to. Michiel Konstapel Software Engineer T: +31 (0)15 26 00 44 6 F: +31 (0)15 26 00 40 5 W: www.sownet.nl _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
