Hi, I am developing my own tinyviz plugin and was wondering about the following:
I have a queue in my implementation and would like to display the size and some other information of the queue in the tinyviz gui. Drawing the detailled information is not a problem and a simple way to get let my information travel from my queue-implementation to tinyviz would be to use dbg-messages (DebugMsgEvent). But I've seen a lot of other Events that I could use or inherit from: SimEvent, TossimEvent ... Would it be smarter to inherit from TossimEvent and implement some specific variables that suite my needs?
Any help appreciated Martin _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
