Skip to content

Fix callbacks to children #352

@tclune

Description

@tclune

Currently the callback AERO state in the GOCART parent includes items from its childrens state. To do this it violates componentization to a small degree, but we don't want to introduce the necessary cheats to enable this in MAPL3.

The correct way to handle this is for each child to have its own export callback state. The parent then adds an import callback state for each child and uses those accordingly.

Getting this on develop will simplify the transition to MAPL3 where this is the "only" way to provide the functionality.

@pcolarco You will want to watch this one as well.

Metadata

Metadata

Assignees

Labels

0 diffThe changes in this pull request have verified to be zero-diff with the target branch.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions