Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Struct refactoring for actions and ports #216

Merged
merged 14 commits into from
May 24, 2023
Merged

Struct refactoring for actions and ports #216

merged 14 commits into from
May 24, 2023

Conversation

edwardalee
Copy link
Contributor

@edwardalee edwardalee commented May 20, 2023

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 lingua-franca: lf-lang/lingua-franca#1756.

@edwardalee edwardalee requested a review from erlingrj May 20, 2023 21:30
Copy link
Collaborator

@erlingrj erlingrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Few nit-picks on the comments

include/core/lf_types.h Outdated Show resolved Hide resolved
include/core/lf_types.h Outdated Show resolved Hide resolved
include/core/lf_types.h Outdated Show resolved Hide resolved
@lhstrh lhstrh merged commit 596faad into main May 24, 2023
11 of 25 checks passed
@lhstrh lhstrh deleted the class-structure branch February 1, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants