Hi Michael, thanks for showing me how to modify data received, it really helped.

For now, I'm really wondering if it's possible to show more than one structure in the mig Java output. 'Coz in the tutorial, we were only taught how to show messages from one structure. Supposing I have more than one structure, call them main_struct and sub_struct, instead of just outputting main_struct, is there a way for me to output sub_struct as well as main_struct in a single Makefile? Which part of the Makefile command do I need to modify?

Out of curiosity, I tried to modify my Makefile BUILD_EXTRA_DEPS: MainMsg.class;BeaconMsg.class - but this doesn't work (and did the same mig java for Beacon as how I did my Main, but well....) :(
error msg:
mkdir -p build/telosb
BeaconMsg.class FORCE
make: BeaconMsg.class: Command not found
make: *** [exe0] Error 127

Thanks.

Regards,
Azhar


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

Reply via email to