Module pluginmanager

Source
Expand description

The pluginmanager handles loading the correct plugins and routing calls between them.

Structs§

Plugin
This structure handles standard function calls that all compatible dynamic libraries should support.
PluginManager
The PluginManager exists to interface with the different plugins. It also has capabilities to dynamically modify those plugins.
SubmessageData
A Vec of SubmessageData is returned from plugins’ handle function for all un-handled submessages. TODO: Share this with individual plugins as a return type.