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

Code generation for services and protocols #57

Open
GregUtas opened this issue Nov 6, 2017 · 0 comments
Open

Code generation for services and protocols #57

GregUtas opened this issue Nov 6, 2017 · 0 comments

Comments

@GregUtas
Copy link
Owner

GregUtas commented Nov 6, 2017

Implement a web-based tool for generating most of the tedious "boilerplate" code for

  • a service's subclasses of
    • Service, State, Event, and Trigger (including many function bodies)
    • Initiator, ServiceSM, and EventHandler (function shells to be filled in with service logic)
  • a protocol's subclasses of
    • Protocol, Signal, and Parameter (including many function bodies)
    • InputHandler, Message, and ProtocolSM (function shells to be filled in with protocol logic)
  • the Factory subclass (a mix of function bodies and shells)
@GregUtas GregUtas changed the title Code generation for services Code generation for services and protocols Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant