eive-obsw/watchdog/watchdogConf.h.in

12 lines
305 B
C
Raw Normal View History

2021-07-29 11:35:20 +02:00
#include <cstdint>
2021-07-29 16:31:04 +02:00
#include <string>
2021-07-29 11:35:20 +02:00
2022-02-22 13:46:13 +01:00
#include "watchdog/definitions.h"
2022-02-22 13:35:12 +01:00
2021-07-29 11:35:20 +02:00
#define WATCHDOG_VERBOSE_LEVEL 1
/**
* This flag instructs the watchdog to create a special file in /tmp if the OBSW is running
* or to delete it if it is not running
*/
#define WATCHDOG_CREATE_FILE_IF_RUNNING 1