ark::fault

Typedefs

Defined in “ark/faults/fault.hh”:

  • using FaultClock = std::chrono::steady_clock
    A clock definition that the fault system uses.

Classes

Functions

Declared in “ark/faults/fault_config_validator.hh”:

  • void validate_fault_config(const FaultConfig & config)
    Validate the configuration of the fault; throws a runtime error if misconfigured.

  • bool publisher_channel_match(const std::string & channel_name, const FaultConfig & fault_config)
    Validate if there’s a match in the publisher channel name and the fault configuration.