OpENer icon indicating copy to clipboard operation
OpENer copied to clipboard

Fix #348: support multiple input-only and listen-only connections

Open troglobit opened this issue 3 years ago • 0 comments

This is a refactor of GetInputOnlyConnection() and GetListenOnlyConnection() to support multiple input-only and listen-only connections. E.g., when setting up heartbeat (here assembly 254) connections in both directions:

ConfigureInputOnlyConnectionPoint(0, 101, 254, 1);
ConfigureInputOnlyConnectionPoint(1, 254, 100, 1);

Also, increase the default number of supported connections for both input-only and listen-only for all supported ports.

Signed-off-by: Joachim Wiberg [email protected]

troglobit avatar Aug 11 '22 09:08 troglobit