Hello
I'm working to use Events in TinyDB with Tossim simulator.
I've got some problems, one is when I compile the TinyDb source it can't
find the EventMsg class.

/opt/tinyos-1.x/tools/java/net/tinyos/tinydb/CommandMsgs.java:260: cannot
resolve symbol
symbol  : class EventMsg
location: class net.tinyos.tinydb.CommandMsgs
        EventMsg msg = new EventMsg(11);
        ^
/opt/tinyos-1.x/tools/java/net/tinyos/tinydb/CommandMsgs.java:260: cannot
resolve symbol
symbol  : class EventMsg
location: class net.tinyos.tinydb.CommandMsgs
        EventMsg msg = new EventMsg(11);
                           ^
2 errors
make: *** [AddAttrPanel.class] Error 1



So I've find the documentation on the
http://telegraph.cs.berkeley.edu/tinydb/javadoc/net/tinyos/tinydb/EventMsg.html
but i'm not able to find the source class niether in the tinyos
distibution or over the internet.

Does it make sense? What could i do?
Should i implement that?

thanks in advance.





-- 
Roberto Pietrangeli
---------------------------------------------
EDALab - Networked Embedded Systems
C.S. Dept - University of Verona - IT
---------------------------------------------
email: [EMAIL PROTECTED]
tel. : +39 045 802 70 62
fax : +39 045 802 70 68
web: www.edalab.net

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to