Demo-Printer Controller¶
The demo_printer controller plugin is a mock or dummy plugin that shows the limit of how simple a controller plugin can be.
This plugin defines no triggers.
Examples¶
Todo
Create a test that uses the demo_printer controller.
Defaults¶
The following help can be viewed with cloe-engine usage demo_printer:
Name: demo_printer
Type: controller
Path: ~/.conan/data/cloe-plugin-mocks/0.23.0/cloe/develop/package/2de4bf77c73ae74c023ce41bfefbe300c8a251a4/lib/cloe/controller_demo_printer.so
Usage: null
Defaults: {}
JSON Schema¶
The following can be viewed with cloe-engine usage --json demo_printer:
{
"$id": "~/.conan/data/cloe-plugin-mocks/0.23.0/cloe/develop/package/2de4bf77c73ae74c023ce41bfefbe300c8a251a4/lib/cloe/controller_demo_printer.so",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "print a lot of information",
"properties": {},
"title": "demo_printer",
"type": "object"
}