Hi.
I need to compose the graph with circular structure such as below figure.
Is it available at TIOVX?
If possible, please let me know the example code or guide.
Regards
Dongwon Choi
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.
Hi.
I need to compose the graph with circular structure such as below figure.
Is it available at TIOVX?
If possible, please let me know the example code or guide.
Regards
Dongwon Choi
Yes, this is the purpose of the "delay" data object.
You would create a delay object of at least 2 slots, and connect one of the slots to the output of Node B, and the other slot to the input of Node A. Then for each invocation, the slots will "age", or flip their connections.
If you search the code for vxCreateDelay, you can see examples of this being used.
Regards,
Jesse