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

breaking: Map for kinematic param and string #314

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

KSkwarczynski
Copy link
Member

Pull request description

In experiment specyfic one must define map between string and enum.
In core we simply set a pointer to this map.
This allow to move plenty of code from expriemnt specyfic to Core

In addition maps must be const this ensure they cannot be modified by mistake.
Since Core has a pointer to map then if pointer are nullptr then core will throw error if they are not initliased.

Changes or fixes

Examples

For example see: mach3-software/MaCh3Tutorial#78

…is mapping between enum and string. This allow to move plenty of cuntionality from expereiment specyfic to core
Copy link

Hi @KSkwarczynski, thank you for contributing to MaCh3! Please wait for MaCh3 developers to review your PR. If no one answers within a week, please message people from this list: https://github.com/orgs/mach3-software/teams/mach3admin . While waiting, please enjoy this

meme

Use this action on your projects. Use jokes on issues instead.

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

Successfully merging this pull request may close these issues.

1 participant