reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
watchdog_t Struct Reference

#include <watchdog.h>

Data Fields

struct self_base_tbase
 
trigger_ttrigger
 
instant_t expiration
 
interval_t min_expiration
 
lf_thread_t thread_id
 
lf_cond_t cond
 
bool active
 
bool terminate
 
watchdog_function_t watchdog_function
 

Detailed Description

Typdef for watchdog_t struct, used to call watchdog handler.

Field Documentation

◆ active

bool watchdog_t::active

◆ base

struct self_base_t* watchdog_t::base

◆ cond

lf_cond_t watchdog_t::cond

◆ expiration

instant_t watchdog_t::expiration

◆ min_expiration

interval_t watchdog_t::min_expiration

◆ terminate

bool watchdog_t::terminate

◆ thread_id

lf_thread_t watchdog_t::thread_id

◆ trigger

trigger_t* watchdog_t::trigger

◆ watchdog_function

watchdog_function_t watchdog_t::watchdog_function

The documentation for this struct was generated from the following file: