ark::gui::PluginBridgeEvent
Defined in header “ark/gui/plugin_comms_manager.hh”.
A plugin bridge event. These are generated when you add bridges and allows the downstream interface to handle additions/removals.
Variables
-
PluginBridgeEventType type
The event type. -
std::string channel_name
The channel name associated with this event. -
PluginSubscriberBridgeBasePtr bridge
The bridge that was added/removed. -
pipeline::SubscriberBasePtr subscriber
The subscriber that was added/removed.