robust-services-core
robust-services-core copied to clipboard
Code generation for services and protocols
Implement a web-based tool for generating most of the tedious "boilerplate" code for
- a service's subclasses of
-
Service,State,Event, andTrigger(including many function bodies) -
Initiator,ServiceSM, andEventHandler(function shells to be filled in with service logic)
-
- a protocol's subclasses of
-
Protocol,Signal, andParameter(including many function bodies) -
InputHandler,Message, andProtocolSM(function shells to be filled in with protocol logic)
-
- the
Factorysubclass (a mix of function bodies and shells)