Skip to content

Conversation

tlambert03
Copy link
Contributor

currently, if you. call core.setProperty("Core", ...) you will get a onPropertyChanged("Core" callback. However, if you directly call the setter method called by CorePropertyCollection::Execute, the end result is the same, but you don't get a callback. This moves the callbacks inside the setter methods. It's unfortunately more code, but it makes callbacks more consistent with internal state.

}


void CMMCore::setTimeoutMs(long timeoutMs)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

👀 @marktsuchida did i move this out of MMCore.h correctly?

@marktsuchida
Copy link
Member

Note to self: should these be asynchronous callbacks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants