ark::distill::DistillMsgStage

Defined in header “ark/distill/stages/distill_msg_stage.hh”.


Templated class for distilling information for a specific message type on configured channel. This base class is intended to be derived by a child class to override the distill() and summarize() functions, in order to best distill the information from the received objects.

Methods

  • DistillMsgStage(std::string name)

  • ~DistillMsgStage()

  • void initialize(pipeline::StageInterface & interface)
    Initialize stage by subscribing to the desired object type on the given channel.