Open
Description
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
Factory
subclass (a mix of function bodies and shells)