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

Generate state skeleton code from configuration #11

Open
alex-mitrevski opened this issue May 10, 2019 · 0 comments
Open

Generate state skeleton code from configuration #11

alex-mitrevski opened this issue May 10, 2019 · 0 comments
Assignees

Comments

@alex-mitrevski
Copy link
Member

alex-mitrevski commented May 10, 2019

In order to make it easier to start working on a state machine, it would be helpful to generate skeleton code for states specified in a state machine configuration file. There are two cases that need to be considered here however:

  • if a specified state exists (e.g. it's already implemented in mdr_behaviours), there is no need to generate code
  • if a state does not exist, the skeleton code for it should be generated (by default, the code could be generated at the path of the configuration file, although it would be best if the code is generated as part of the module specified in the configuration file)
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

No branches or pull requests

1 participant