ark::fault::FaultEvaluation

Defined in header “ark/faults/fault_evaluator.hh”.


The result of a fault evaluation contains both the current and previous state of the given fault.

Variables

  • bool previous_state
    The previous activation state of the fault, before evaluation.

  • bool current_state
    The current activation state of the fault, post evaluation.