[Tinyos-help] TaskBasic interface

2009-11-28 Thread paul.m
Hello Could you please help me? I do not understand the TaskBasic interface in TinyOS and the post and task keywords. interface TaskBasic { async command error_t postTask(); void event runTask(); } I red TEP106 and other materials but do not understand it. There is: When a component declar

Re: [Tinyos-help] TaskBasic interface

2009-11-29 Thread Faisal Aslam
Read TinyOS programming book (http://csl.stanford.edu/~pal/pubs/tinyos-programming.pdf). It has most of the answers of your questions. best regards, -- Faisal Aslam University of Freiburg http://cone.informatik.uni-freiburg.de/people/aslam/ paul.m wrote: > Hello > > Could you please help me