Hi all, i'm an italian student developing a tinyos based project for my master 
degree thesis.

As my application need to have some symbol set at deploy time (like 
TOS_NODE_ID and some COLLECTION and DISSEMINATION id ), i'm trying to use 
tos-set-symbols. 
But i don't understand which kind of variables/constants/enum is editable with 
this tool after compiling
e.g.: if i declare somewhere code like this in an application:

...
enum{
        symbol_1=1,
        symbol_2=2
};
uint8_t symbol_3=10;
#define symbol_4 10
...

after compilation (make telosb), a 
tos-set-symbol --read /build/telosb/main.exe
doesn't seem to show any of the above variable/enum/constant.
(indeed i see some static variables that i've declared in some module and some 
boolean variable declared at module level (inside the implementation scope))

any help its appreciated

i hope my english is understable enougth.

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to