ark::plotting::JsonDecoderPlugin

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


This plugin allows you to decode arbitrary serializable messages coming in from the pipeline as JSON and display the most recently received value. Useful for debugging.

Methods

  • JsonDecoderPlugin(std::string name, std::string comms_namespace)
    Constructor.

  • ~JsonDecoderPlugin()
    Destructor; implemented in source for forward declares.

  • void initialize(gui::PluginInterface & interface)
    Called to initialize and construct this plugin.