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

Try to implement direct pointers to other modules #155

Open
gehelem opened this issue Dec 12, 2024 · 0 comments
Open

Try to implement direct pointers to other modules #155

gehelem opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gehelem
Copy link
Owner

gehelem commented Dec 12, 2024

It could be very usefull to avoid signal/slots mechanism complexity when a master/slaver relation is needed.
for example, sequencer module could directly call "go focus" method of a focus module, instead of sending a signal and waiting focus's response.

I don't know if i'm able to do that, let's give it a try.

Of course pointer assignation should devoted at controller level, this will be hard.

@gehelem gehelem self-assigned this Dec 12, 2024
@gehelem gehelem added the enhancement New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant