[Tinyos-help] TOSSIM update a variable

2008-10-20 Thread Daniel Patrick
HI All, I know TOSSIM allow us to inspect in a running TinyOS application. But I'd like to update a variable. Is it possible? I've been looking for how to do this and I've found the Variable::getData() method (tossim.c). variable_string_t Variable::getData() { if (data != NULL && ptr != NULL) {

Re: [Tinyos-help] TOSSIM update a variable

2008-10-20 Thread Philip Levis
On Oct 20, 2008, at 5:14 AM, Daniel Patrick wrote: > HI All, > > I know TOSSIM allow us to inspect in a running TinyOS application. > But I'd like to update a variable. Is it possible? > I've been looking for how to do this and I've found the > Variable::getData() method (tossim.c). > > variable_