Skip to content

Struct SYN_WDT_Entry

ClassList > SYN_WDT_Entry

Single watchdog entry for task monitoring.

  • #include <syn_watchdog.h>

Public Attributes

Type Name
bool active
uint32_t last_checkin
const char * name
uint32_t timeout_ms

Public Attributes Documentation

variable active

bool SYN_WDT_Entry::active;

Is this entry in use?


variable last_checkin

uint32_t SYN_WDT_Entry::last_checkin;

Tick of last check-in


variable name

const char* SYN_WDT_Entry::name;

Task name (for debug)


variable timeout_ms

uint32_t SYN_WDT_Entry::timeout_ms;

Deadline in milliseconds



The documentation for this class was generated from the following file src/syntropic/sched/syn_watchdog.h