watchdog fixes and submodule updates
This commit is contained in:
2
fsfw
2
fsfw
Submodule fsfw updated: cd3153b464...96babff67e
Submodule generators/fsfwgen updated: 9a92c7de0a...5ad9fb94af
2
tmtc
2
tmtc
Submodule tmtc updated: 091cf2dd63...8a30f669f0
@ -6,3 +6,5 @@ target_sources(${WATCHDOG_NAME} PRIVATE
|
||||
target_include_directories(${WATCHDOG_NAME} PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
install(TARGETS ${WATCHDOG_NAME} RUNTIME DESTINATION bin)
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "Watchdog.h"
|
||||
#include "watchdogConf.h"
|
||||
#include "definitions.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
|
@ -1,6 +1,8 @@
|
||||
#ifndef WATCHDOG_DEFINITIONS_H_
|
||||
#define WATCHDOG_DEFINITIONS_H_
|
||||
|
||||
#include <watchdogConf.h>
|
||||
|
||||
namespace watchdog {
|
||||
|
||||
// Suspend watchdog operations temporarily
|
||||
|
@ -1,8 +1,6 @@
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
#include "watchdog/definitions.h"
|
||||
|
||||
#define WATCHDOG_VERBOSE_LEVEL 1
|
||||
/**
|
||||
* This flag instructs the watchdog to create a special file in /tmp if the OBSW is running
|
||||
|
Reference in New Issue
Block a user