Hello,
Does merge Link changes channel id ? What is the output channel ID for a given input ID ?
Thanks,
Ran
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
If 2 input queues (2 previous links) with Q0 have M channels & Q1 having N channels are fed to merge link, the output channel numbering will be like this -
0 ~ M-1 (Q0) ==>
MERGE LINK ==> 0....M-1, M...(M+N-1).
0~N-1 (Q1) ==>
So, channel 0 of Q1 which come as channel M, channel 1 as M+1 etc.