lf-lang / lf-python-support

Python package for supporting code generated by the Lingua Franca compiler
Other
5 stars 0 forks source link

Struct refactoring for actions and ports #26

Closed edwardalee closed 1 year ago

edwardalee commented 1 year ago

This PR refactors the structs associated with ports and actions to make a clearer distinction between fields that are user-visible and those that are only used internally by the runtime. It also adds a parent pointer to the struct for actions. There is a corresponding PR in both lingua-franca and reactor-c.

lhstrh commented 1 year ago

This has been subsumed by changes in https://github.com/lf-lang/reactor-c/pull/216.