watchdog fixes and submodule updates

This commit is contained in:
2022-04-16 01:04:06 +02:00
parent 25138d8931
commit b0006c2272
7 changed files with 8 additions and 6 deletions

2
fsfw

Submodule fsfw updated: cd3153b464...96babff67e

2
tmtc

Submodule tmtc updated: 091cf2dd63...8a30f669f0

View File

@ -6,3 +6,5 @@ target_sources(${WATCHDOG_NAME} PRIVATE
target_include_directories(${WATCHDOG_NAME} PRIVATE target_include_directories(${WATCHDOG_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}
) )
install(TARGETS ${WATCHDOG_NAME} RUNTIME DESTINATION bin)

View File

@ -1,5 +1,5 @@
#include "Watchdog.h" #include "Watchdog.h"
#include "watchdogConf.h" #include "definitions.h"
#include <errno.h> #include <errno.h>
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,6 +1,8 @@
#ifndef WATCHDOG_DEFINITIONS_H_ #ifndef WATCHDOG_DEFINITIONS_H_
#define WATCHDOG_DEFINITIONS_H_ #define WATCHDOG_DEFINITIONS_H_
#include <watchdogConf.h>
namespace watchdog { namespace watchdog {
// Suspend watchdog operations temporarily // Suspend watchdog operations temporarily

View File

@ -1,8 +1,6 @@
#include <cstdint> #include <cstdint>
#include <string> #include <string>
#include "watchdog/definitions.h"
#define WATCHDOG_VERBOSE_LEVEL 1 #define WATCHDOG_VERBOSE_LEVEL 1
/** /**
* This flag instructs the watchdog to create a special file in /tmp if the OBSW is running * This flag instructs the watchdog to create a special file in /tmp if the OBSW is running