What if one host has multiple flows?
In the example of 02_example_gating.ini, the host robotController has exactly one data flow and the corresponding scheduling in TestScenarioSchedule_GatingOn is as follows:
<host name="robotController">
<cycle>400us</cycle>
<entry>
<start>10us</start>
<queue>7</queue>
<dest>00:00:00:00:00:04</dest>
<size>354B</size>
<flowId>1</flowId>
</entry>
</host>
What if the host also has another periodic data flow with a period different from 400us? Do I need to manually calculate the overall schedule? For example, a 400us flow plus a 600us flow result in a 1200us complex flow?