ark::fault::DistillFaultsStage

Defined in header “ark/faults/stages/distill_faults_stage.hh”.


Class to distill.

Methods

  • DistillFaultsStage(std::string name)

  • void distill(const FaultReport & msg)
    To be overriden by derived class. This function will distill the msg data to generate summarized information.

  • FaultReportDistilled summarize()
    Function to generate the DistilledType summarized object based upon all of the received Type objects.