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

Add MachineEvent class for custom lightweight event handling #54

Open
ganju001 opened this issue Feb 4, 2018 · 0 comments
Open

Add MachineEvent class for custom lightweight event handling #54

ganju001 opened this issue Feb 4, 2018 · 0 comments

Comments

@ganju001
Copy link

ganju001 commented Feb 4, 2018

I know that some people would like to integrate already existing OO code with Automaton.
For that purpose it would be nice to have some lightweight interface class for events.

  1. I know that I can extend and implement Machine class but it is quite heavy for such a light purpose.
  2. It is possible to use std::bind to create function from method calls but it is not available in all environments.
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