i have 2 taks, on task is measuring some stuff and the other is doing some stuff depending on the state variable in task1!
could i just use a global variable between the 2 task? the first tasks sets the variable and the second task is reading the variable!?
or any other solution?
i dont want to use a message or stuff like that...because i dont want to block for a certain time in task2!!!!!!!
[This message has been edited by Gerald (edited April 16, 2008).]