ark::plotting::PlottingHostPluginConfig

Defined in header “ark/plotting/gui/plotting_host_plugin.hh”.


Used to provide a configuration to the plotting host plugin. You can, for example, use this tell it to load a log.

Variables

  • std::string log_url
    A URL or path to a log to be opened. If empty, uses the communication backend instead of the logging backend.

  • std::optional< logging::LoggingClock::time_point > log_minimum_time
    The minimum time (if any) for the log to start from.

  • std::optional< logging::LoggingClock::time_point > log_maximum_time
    The maximum time (if any) for the log to end at.

  • std::vector< std::string > watched_channels
    A list of channel names to automatically add to the plotter on startup.