Documentation
¶
Index ¶
Constants ¶
View Source
const BinaryID = "github.com/aperturerobotics/controllerbus/example/hot-demo/plugin"
BinaryID is the identifier for the plugin binary.
View Source
const BinaryVersion = "0.0.0"
BinaryVersion is the version string.
Variables ¶
View Source
var BinaryFactories = func(b bus.Bus) []controller.Factory { return []controller.Factory{ boilerplate_controller.NewFactory(b), } }
BinaryFactories are the factories included in the binary.
Functions ¶
This section is empty.
Types ¶
type ExamplePlugin ¶
type ExamplePlugin = plugin.StaticPlugin
ExamplePlugin is the top-level example plugin.
func NewExamplePlugin ¶
func NewExamplePlugin() *ExamplePlugin
NewExamplePlugin constructs a new example plugin.
Click to show internal directories.
Click to hide internal directories.