Module plugin_adapters

Source
Expand description

Plugin Adapters for Component Implementations

Provides adapters that convert existing component implementations to the simplified plugin-compatible traits.

Structsยง

CommunicationComponentAdapter
Adapter that converts CommunicationManager to PluginCommunicationComponent
MemoryComponentAdapter
Adapter that converts MemoryManager to PluginMemoryComponent
NodeComponentAdapter
Adapter that converts NodeManager to PluginNodeComponent
ThreadComponentAdapter
Adapter that converts ThreadManager to PluginThreadComponent