adapnex::core::Application::CyclicTaskGroupConfig::watchdog_sensitivity

Execution watchdog sensitivity, expressed as a number of cycles. The watchdog terminates the application when this many consecutive cycles overrun the watchdog time, when a single cycle does not complete within this many watchdog times, or when the task group stops running cycles altogether. A sensitivity of zero behaves as one.

Synopsis

Declared in <adapnex/core/application.h>

std::optional<unsigned int> watchdog_sensitivity = std::nullopt;

Created with MrDocs