eive-obsw/watchdog/watchdogConf.h.in
Robin Mueller 850722eae5
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good
include improvements
2022-04-19 17:24:04 +02:00

10 lines
270 B
C

#include <cstdint>
#include <string>
#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