All, I have a question that I would like to pose. The situation that I have is as follows:
I have four different interfaces that are logically related. I would like to keep them as separate interfaces so that replacement modules could be easily written and swapped in but would also like to reduce the overall number of files in my project. The current situation is as follows: Each of the four interfaces has its own module and configuration file. I see two possible solutions: First: All four interfaces are implemented in one module. One configuration wires everything for the module. Second: All four interfaces are implemented in one module. Four configuration files, each wiring one interface to the module. The question, then, is: is there any standard or best practice for how this should be done? Should configurations match modules or interfaces? Is my initial version the best? I would greatly appreciate any opinions or advice! Thanks, Newlyn
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
