[Tinyos-help] When posted task will be rerun ?

2007-08-24 Thread DAE HEE KIM
Hello. I want to know when posted task will be rerun ? What I know right now is as follows. 1) I have to define task function task void taskFunction() { // some code } 2) I have to post the task function post taskFunction() I know that System scheduler manage the posted task.

Re: [Tinyos-help] When posted task will be rerun ?

2007-08-24 Thread Kevin Klues
What do you mean by If wrong, do I have to use another code in order to rerun posted task ?. I assume your question is really whether you will have to repost the task yourself if for some reason the posting fails. In TinyOS-1.x there is a limited size on the task queue, so the possibility exists