POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

Pins with no edges now execute OnSend #272

Closed heliosfa closed 3 years ago

heliosfa commented 3 years ago

A small change in the Softswitch to fix #265. This (simply) changes the order of operations in the softswitch loop so that the pin target count occurs after OnSend has been called. RTS is also changed to remove the 0-edge guard that stopped unconnected pins appearing in the RTS list. Similar changes have been made for buffering mode.

There is a related examples PR with a simple test to check for correct behaviour: https://github.com/POETSII/Orchestrator_examples/pull/12.

Vol III B has been updated as well: docx| pdf

Changes are to the flow charts on Page 8 and 9, the flow chart on Page 11 and a bullet point on Page 10.

There is a previous unapproved change on Page 16 related to #263

Please check tat you are happy and I will put the updated PDF in volumes without comments.

mvousden commented 3 years ago

Are you going to drop the pdf into orchestrator-documentation?

heliosfa commented 3 years ago

Are you going to drop the pdf into orchestrator-documentation?

I should have clarified my last sentence in the PR with "in the docs repo". Yes, I will once I merge