Hi,

When I create a new interface which is provided by my new component - does
it automatically created as a split-phase interface?
If it is, what I actually want to figure out is can I call my interface
several times prior to the first completion?
Since I can't post the same task, it seems that this is also impossible.

Something like this:

event void Boot.booted(){
   call MyInterface.DoSomething(1);
   call MyInterface.DoSomething(2);
   ...
}


-- 
Best Regards,
Arik Sapojnik
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to