Rocket - interrupts - Nodes

https://mp.weixin.qq.com/s/BlW4y0Ez1kppxvSHAla31A

 

Brief diplomacy node interrupts related.

 

 

1. happen

 

Interrupt node implements:

 

1) DUEB parameters

 

a. D:IntSourcePortParameters;

b. A: IntSinkPortParameters;

c. E:IntEdge;

d. B: Case [Bool];

 

2) Method

 

. A edge: a parameter generation according INTEDGE;

. B bundle: The IntEdge, the Bundle generate a connection;

. C render: generating IntEdge rendering;

. D mixO / mixI: Add current node on the propagation path parameters;

 

2. IntSourceNode

 

Interrupt upstream node:

 

3. ntSinkNode

 

Interrupt downstream node:

 

4. IntAdapaterNode

 

Adapter node:

The default implementation does not change the parameters to be passed;

 

5. IntIdentityNode

 

Identity nodes (input and output are directly connected together Bundle):

 

6. IntNameNode

 

Name of the node (add node name):

 

7. IntNexusNode

 

Contact node:

 

8. IntSyncImp

 

Synchronous interrupt nodes to achieve:

Wherein, DUEB parameters in the model B is SyncInterrupts class.

 

9. IntSyncIdentityNode

 

 

10. IntSyncNameNode

 

 

11. IntSyncSourceNode

 

Upstream node:

 

12. IntSyncSinkNode

 

Downstream node:

 

13. Appendix

 

slightly

Guess you like

Origin www.cnblogs.com/wjcdx/p/11618989.html