adapnex::core::WatchdogEvent

A trip of the execution watchdog.

Synopsis

Declared in <adapnex/core/watchdog.h>

struct WatchdogEvent;

Member Functions

Name

Description

Message

Describes the trip in a sentence.

Data Members

Name

Description

elapsed

How long the cycle took, or how late it started for an omitted cycle. Zero for a cycle that has not completed or not started.

period

The cycle period of the task group.

reason

watchdog_sensitivity

watchdog_time

The watchdog time and sensitivity in effect. Their product is the execution budget.

Created with MrDocs