lf-lang / reactor-uc

A lightweight reactor runtime targeted at resource-constrained embedded systems
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Have **conns_out in OutputPort point to field in parent reactor #89

Closed erlingrj closed 1 week ago

erlingrj commented 1 week ago

Currently that field must be in the user struct of the Output port. But we dont want to require the number of connections connected to a port to be known when we define the reactor and the port.

tanneberger commented 1 week ago

fixed #93