#include <rtai_types.h>Go to the source code of this file.
Classes | |
| struct | bad_rt_task |
Defines | |
| #define | NSECS_PER_SEC 1000000000 |
| #define | WDLOG(fmt, args...) rt_printk("RTAI[watchdog]: " fmt, ##args) |
Typedefs | |
| typedef enum watchdog_policy | wd_policy |
| typedef bad_rt_task | BAD_RT_TASK |
Enumerations | |
| enum | watchdog_policy { WD_NOTHING, WD_RESYNC, WD_DEBUG, WD_STRETCH, WD_SLIP, WD_SUSPEND, WD_KILL } |
Functions | |
| int | __rtai_wd_init (void) |
| void | __rtai_wd_exit (void) |
| int | rt_wdset_grace (int new_value) |
| int | rt_wdset_gracediv (int new_value) |
| wd_policy | rt_wdset_policy (wd_policy new_value) |
| int | rt_wdset_slip (int new_value) |
| int | rt_wdset_stretch (int new_value) |
| int | rt_wdset_limit (int new_value) |
| int | rt_wdset_safety (int new_value) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4