ark::config::ConfigPackageStage

Defined in header “ark/config/stages/config_package_stage.hh”.


This stage will take the configuration package provided by the interface, and make it available for querying via polling messages. It also periodically emits the hash of the config package, so downstream customers (ie, the GUI) understands when the package has changed.

Methods

  • ConfigPackageStage(std::string name)
    Constructor.

  • ~ConfigPackageStage()
    Virtual destructor, for cleanup.

  • void initialize(pipeline::StageInterface & interface)
    Called from the executor when we are initialized.