You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To use the Component Generator Tool you must define your component in a YAML file.

scheduler.yml
working_dir: /home/developer/workspace
prefix: acsws
module: SCHEDULER_MODULE
component_name: Scheduler
functions:
  - 'void start()'
  - 'void stop()'
  - 'long proposalUnderExecution()'
  • No labels