ark::gui::TopologyChangeEvent

Defined in header “ark/gui/topology_callback.hh”.


An event message containing a list of publishers/subscribers that were recently added by a particular plugin.

Variables

  • PluginPtr source
    The plugin that kicked off this change.

  • std::vector< pipeline::PublisherBasePtr > publishers_added
    List of publishers that were added to this plugin.

  • std::vector< pipeline::SubscriberBasePtr > subscribers_added
    List of subscribers that were added to this plugin.