Hi all,
I'm confused with the semantics of multiple wiring.

1. scenario 1:
====================
A.intf -> B.intf;
A.intf -> C.intf;
====================
There are two command implementations of a same command. If A call a
command, will both two implementations be executed or only one of them be
executed? If both are executed, is there any order of the their executions?

2. scenario 2:
====================
A.intf -> B.intf;
C.intf -> B.intf;
====================
There are two components using B.intf. Will the implementation of a command
starts to execute because of one of command call from A or C? Or it only
starts to execute because of command calls from both A & C?

-- 
Thanks & Best Regards,
Manchun
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to